Files
esp-gui-lib/Kconfig.projbuild

12 lines
218 B
Plaintext
Raw Permalink Normal View History

2021-08-31 20:06:33 +02:00
menu "ESP Gui settings"
config ESPGUI_MENUDISPLAY_ROWS
int "Number of rows for MenuDisplays"
default 10
2025-04-09 23:29:55 +02:00
config ESPGUI_MENUITEM_BACKGROUND_COLOR
hex "MenuItem background color"
default 0x5AEB
2021-08-31 20:06:33 +02:00
endmenu