Rename CLOCK_FREQ macro to CPU_FREQ: now clock frequency has to be set in the makefile.
[bertos.git] / bertos / cfg / cfg_lcd.h
index c4974b04dacc6ee1f6b3f23b70b2861846c7b9b1..14db789ec9b8108ea6947eb6a0871070578ff102 100644 (file)
 #define CFG_LCD_H
 
 /// Number bit for lcd bus
-#define CONFIG_LCD_4BIT           1
+#define CONFIG_LCD_4BIT            0
 
 /// TODO:
-#define CONFIG_LCD_ADDRESS_FAST   1
+#define CONFIG_LCD_ADDRESS_FAST    1
 
-/// LCD setting for 32122A (AVR implementation)
-#define CONFIG_LCD_SOFTINT_REFRESH 0
-#define CONFIG_LCD_WAIT            1
+#define CONFIG_LCD_SOFTINT_REFRESH 0    ///< LCD setting for 32122A (AVR implementation)
+#define CONFIG_LCD_WAIT            1    ///< LCD setting for 32122A (AVR implementation)
 
 
 #endif /* CFG_LCD_H */