12 lines
218 B
Plaintext
12 lines
218 B
Plaintext
menu "ESP Gui settings"
|
|
|
|
config ESPGUI_MENUDISPLAY_ROWS
|
|
int "Number of rows for MenuDisplays"
|
|
default 10
|
|
|
|
config ESPGUI_MENUITEM_BACKGROUND_COLOR
|
|
hex "MenuItem background color"
|
|
default 0x5AEB
|
|
|
|
endmenu
|