X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_lcd.h;h=903ae9aad7c65a417a74992866be80ae56e79178;hb=0b38ba2ac1fe2fc44ee6b417235fdc0f42f65867;hp=c4974b04dacc6ee1f6b3f23b70b2861846c7b9b1;hpb=e0960b1b787503b712e42776f980d792836992fd;p=bertos.git diff --git a/bertos/cfg/cfg_lcd.h b/bertos/cfg/cfg_lcd.h index c4974b04..903ae9aa 100644 --- a/bertos/cfg/cfg_lcd.h +++ b/bertos/cfg/cfg_lcd.h @@ -40,14 +40,31 @@ #ifndef CFG_LCD_H #define CFG_LCD_H -/// Number bit for lcd bus -#define CONFIG_LCD_4BIT 1 +/** + * Use 4 bit addressing mode. + * $WIZ$ type = "boolean" + */ +#define CONFIG_LCD_4BIT 0 -/// TODO: -#define CONFIG_LCD_ADDRESS_FAST 1 +/** + * 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