bertos/cfg/cfg_lcd.h

Go to the documentation of this file.
00001 
00040 #ifndef CFG_LCD_H
00041 #define CFG_LCD_H
00042 
00047 #define CONFIG_LCD_4BIT            0
00048 
00054 #define CONFIG_LCD_ADDRESS_FAST    1
00055 
00061 #define CONFIG_LCD_SOFTINT_REFRESH 0
00062 
00068 #define CONFIG_LCD_WAIT            1
00069 
00070 
00071 #endif /* CFG_LCD_H */
00072