Subversion Repositories Code-Repo

Rev

Rev 213 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 213 Rev 215
Line 124... Line 124...
124
//    Cube_Set_All(GREEN);
124
//    Cube_Set_All(GREEN);
125
//    Delay_MS(6000);
125
//    Delay_MS(6000);
126
//    Cube_Set_All(BLUE);
126
//    Cube_Set_All(BLUE);
127
//    Delay_MS(6000);
127
//    Delay_MS(6000);
128
 
128
 
129
    char start_text[] = "Cube Initialized\r\n";
129
//    char start_text[] = "Cube Initialized\r\n";
130
    UART1_Write(start_text, 18);
130
//    UART1_Write(start_text, 18);
131
 
131
 
132
    // Set the overlay text
132
    // Set the overlay text
133
//    char text_string[] = "Welcome to the CCM Lab    ";
133
//    char text_string[] = "Welcome to the CCM Lab    ";
134
//    Cube_Text_Init(text_string, 26, 0xFF, 0xFF, 0xFF);
134
//    Cube_Text_Init(text_string, 26, 0xFF, 0xFF, 0xFF);
135
//    TIMER4_Start();
135
//    TIMER4_Start();