Fix LCD configuration.
[bertos.git] / bertos / cfg / cfg_lcd.h
index 5af72b71a2bdd227e22f32ae70be68200681215e..903ae9aad7c65a417a74992866be80ae56e79178 100644 (file)
 #ifndef CFG_LCD_H
 #define CFG_LCD_H
 
-/// Number bit for lcd bus
+/**
+ * Use 4 bit addressing mode.
+ * $WIZ$ type = "boolean"
+ */
 #define CONFIG_LCD_4BIT            0
 
-/// TODO:
+/**
+ * Use a table to speed up LCD memory addressing.
+ * This will use about 100 bytes of RAM.
+ * $WIZ$ type = "boolean"
+ */
 #define CONFIG_LCD_ADDRESS_FAST    1
 
-/// LCD setting for 32122A (AVR implementation)
+/**
+ * LCD setting for 32122A (AVR implementation).
+ * $WIZ$ type = "boolean"
+ * $WIZ$ supports = "avr and False"
+ */
 #define CONFIG_LCD_SOFTINT_REFRESH 0
+
+/**
+ * LCD setting for 32122A (AVR implementation).
+ * $WIZ$ type = "boolean"
+ * $WIZ$ supports = "avr and False"
+ */
 #define CONFIG_LCD_WAIT            1