disabled lcdread from main menu, added lcdRead() to exports

This commit is contained in:
schneider 2011-12-18 02:06:27 +01:00
parent a290db763b
commit 6e87b9579d
2 changed files with 5 additions and 1 deletions

View File

@ -29,7 +29,8 @@ void msc_menu(void){
fsReInit();
};
//# MENU lcdread
#if 0
// //# MENU lcdread
void lcdrtest(void){
lcdClear();
lcdPrint("ID1:"); lcdPrintInt(lcdRead(128+64+16+8 +2 )); lcdNl();
@ -44,6 +45,7 @@ void lcdrtest(void){
lcdRefresh();
while(!getInputRaw())delayms(10);
};
#endif
void blink_led0(void){
gpioSetValue (RB_LED0, 1-gpioGetValue(RB_LED0));

View File

@ -123,3 +123,5 @@ I2CReadLength
i2cEngine
i2cInit
timer32Callback0
lcdRead