Configure background color via kconfig

This commit is contained in:
CommanderRedYT
2025-04-09 23:29:55 +02:00
parent beab503d28
commit 6074189811
2 changed files with 8 additions and 4 deletions

View File

@@ -4,4 +4,8 @@ config ESPGUI_MENUDISPLAY_ROWS
int "Number of rows for MenuDisplays"
default 10
config ESPGUI_MENUITEM_BACKGROUND_COLOR
hex "MenuItem background color"
default 0x5AEB
endmenu