lcd_text_hwtest.c
Go to the documentation of this file.00001 00041 #warning TODO:This test is incomplete, you must review! 00042 00043 #if 0 00044 void lcd_test(void) 00045 { 00046 int i; 00047 00048 for (i = 0; i < LCD_ROWS * LCD_COLS; ++i) 00049 { 00050 lcd_putCharUnlocked('0' + (i % 10), lcd_DefLayer); 00051 timer_delay(100); 00052 } 00053 } 00054 #endif 00055
