X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Farduino-mega%2Fbenchmark%2Farduino-mega_context_switch%2Fcfg%2Fcfg_lcd_hd44.h;h=7bea43766328eb6b69640e8c29210cc2289f4a06;hb=7612c956f3f2bba9b2ba01b8731297fd9c86dd21;hp=78f1f20bb9088b5accd1772a37401e939b29b0b6;hpb=12ebb4ad426393166cbcdfcfb7c057f990ed0572;p=bertos.git diff --git a/boards/arduino-mega/benchmark/arduino-mega_context_switch/cfg/cfg_lcd_hd44.h b/boards/arduino-mega/benchmark/arduino-mega_context_switch/cfg/cfg_lcd_hd44.h index 78f1f20b..7bea4376 100644 --- a/boards/arduino-mega/benchmark/arduino-mega_context_switch/cfg/cfg_lcd_hd44.h +++ b/boards/arduino-mega/benchmark/arduino-mega_context_switch/cfg/cfg_lcd_hd44.h @@ -51,5 +51,19 @@ */ #define CONFIG_LCD_ADDRESS_FAST 1 +/** + * Number of columns in LCD display. + * $WIZ$ type = "enum" + * $WIZ$ value_list = "lcd_hd44_cols" + */ +#define CONFIG_LCD_COLS LCD_HD44_COLS_16 + +/** + * Number of rows in LCD display. + * $WIZ$ type = "enum" + * $WIZ$ value_list = "lcd_hd44_rows" + */ +#define CONFIG_LCD_ROWS LCD_HD44_ROWS_2 + #endif /* CFG_LCD_H */