X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fstm32-p103%2Fbenchmark%2Fcontext_switch%2Fcfg%2Fcfg_lcd_hd44.h;h=7bea43766328eb6b69640e8c29210cc2289f4a06;hb=1451655ede01749bd88aab45f5714a11a9fc0eee;hp=78f1f20bb9088b5accd1772a37401e939b29b0b6;hpb=f30870b670b3bf27f28a219d58c852db15ca64a9;p=bertos.git diff --git a/boards/stm32-p103/benchmark/context_switch/cfg/cfg_lcd_hd44.h b/boards/stm32-p103/benchmark/context_switch/cfg/cfg_lcd_hd44.h index 78f1f20b..7bea4376 100644 --- a/boards/stm32-p103/benchmark/context_switch/cfg/cfg_lcd_hd44.h +++ b/boards/stm32-p103/benchmark/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 */