Subversion Repositories Code-Repo

Rev

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

Rev 266 Rev 268
Line 260... Line 260...
260
//    UART1_Write(start_text, 18);
260
//    UART1_Write(start_text, 18);
261
 
261
 
262
    // Set the overlay text
262
    // Set the overlay text
263
    uint8_t text_string[] = "Welcome to the CCM Lab     ";
263
    uint8_t text_string[] = "Welcome to the CCM Lab     ";
264
    Cube_Text_Init(text_string, 27, 0xFF, 0xFF, 0xFF);
264
    Cube_Text_Init(text_string, 27, 0xFF, 0xFF, 0xFF);
-
 
265
//    TIMER4_Start();
265
 
266
 
266
    // Loop through some preset animations
267
    // Loop through some preset animations
267
    while(1) {
268
    while(1) {
268
 
269
 
269
        Animation_Sawtooth(100);
270
        Animation_Sawtooth(100);