- Timestamp:
- 10/17/07 21:24:59 (15 months ago)
- Location:
- twiLCD
- Files:
-
- 2 modified
-
twiLCD.cpp (modified) (1 diff)
-
twiLCD.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
twiLCD/twiLCD.cpp
r7 r9 426 426 427 427 #ifdef LCD_USE_CLRSCREEN_CALLBACK 428 void twiLCD:: setClrscreenCallback(void (*userFunc)(void))428 void twiLCD::clrsSetCallback(void (*userFunc)(void)) 429 429 { 430 430 twiLCDcallbackFunc[0] = userFunc; -
twiLCD/twiLCD.h
r7 r9 75 75 76 76 #ifdef LCD_USE_CLRSCREEN_CALLBACK 77 void setClrscreenCallback(void (*)(void));77 void clrsSetCallback(void (*)(void)); 78 78 #endif 79 79 /**