Add config for swapping bytes when using pushImage

This commit is contained in:
CommanderRedYT
2022-12-25 17:04:14 +01:00
parent 8c891bb556
commit 7f24e4bc37
2 changed files with 22 additions and 1 deletions

View File

@@ -4,4 +4,8 @@ config ESPGUI_MENUDISPLAY_ROWS
int "Number of rows for MenuDisplays"
default 10
config ESPGUI_ICONS_SWAPBYTES
bool "Swap bytes in icons"
default n
endmenu