Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 215 → Rev 216

/PIC Stuff/Cerebot_32MX7_LED_Cube/main.c
130,9 → 130,9
// UART1_Write(start_text, 18);
 
// Set the overlay text
// char text_string[] = "Welcome to the CCM Lab ";
// Cube_Text_Init(text_string, 26, 0xFF, 0xFF, 0xFF);
// TIMER4_Start();
char text_string[] = "Welcome to the CCM Lab ";
Cube_Text_Init(text_string, 26, 0xFF, 0xFF, 0xFF);
TIMER4_Start();
 
// Loop through some preset animations
while(1) {
140,10 → 140,10
// Animation_Layer_Alternate(2,300);
// Animation_Pixel_Alternate(1,200);
// Animation_Full_Color_Sweep(2,1000);
// Animation_Row_Column_Sweep(2,40);
// Animation_Cube_In_Cube(4,300);
// Animation_Double_Rotation(2,40);
// Animation_Pseudo_Random_Colors(10,300);
Animation_Row_Column_Sweep(2,40);
Animation_Cube_In_Cube(4,300);
Animation_Double_Rotation(2,40);
Animation_Pseudo_Random_Colors(10,300);
// Animation_Random_Colors(10,300);
}
}