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