Skip to content

Commit 70464ba

Browse files
committed
modules: lvgl: Remove LV_COLOR_16_SWAP Kconfig option
Remove usage of LV_COLOR_16_SWAP everywhere. Display drivers support a dedicated RGB_565X format for byte swapping no need to have this additional option. Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
1 parent 742170d commit 70464ba

36 files changed

Lines changed: 2 additions & 129 deletions

File tree

boards/adafruit/feather_esp32s2/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ choice LV_COLOR_DEPTH
1111
default LV_COLOR_DEPTH_16
1212
endchoice
1313

14-
config LV_COLOR_16_SWAP
15-
default y
16-
1714
endif # LVGL
1815

1916
endif # DISPLAY

boards/adafruit/feather_esp32s3_tft/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ choice LV_COLOR_DEPTH
1414
default LV_COLOR_DEPTH_16
1515
endchoice
1616

17-
config LV_COLOR_16_SWAP
18-
default y
19-
2017
endif # LVGL
2118

2219
endif # DISPLAY

boards/adafruit/feather_esp32s3_tft_reverse/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ choice LV_COLOR_DEPTH
1515
default LV_COLOR_DEPTH_16
1616
endchoice
1717

18-
config LV_COLOR_16_SWAP
19-
default y
20-
2118
endif # LVGL
2219

2320
endif # DISPLAY

boards/adi/max32662evkit/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ choice LV_COLOR_DEPTH
1616
default LV_COLOR_DEPTH_16 # 16 bit per pixel
1717
endchoice
1818

19-
configdefault LV_COLOR_16_SWAP
20-
default y
21-
2219
endif # LVGL
2320

2421
endif # DISPLAY

boards/adi/max32672evkit/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ choice LV_COLOR_DEPTH
1616
default LV_COLOR_DEPTH_16 # 16 bit per pixel
1717
endchoice
1818

19-
configdefault LV_COLOR_16_SWAP
20-
default y
21-
2219
endif # LVGL
2320

2421
endif # DISPLAY

boards/adi/max32680evkit/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ choice LV_COLOR_DEPTH
1616
default LV_COLOR_DEPTH_16 # 16 bit per pixel
1717
endchoice
1818

19-
configdefault LV_COLOR_16_SWAP
20-
default y
21-
2219
endif # LVGL
2320

2421
endif # DISPLAY

boards/adi/max32690evkit/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ choice LV_COLOR_DEPTH
1616
default LV_COLOR_DEPTH_16 # 16 bit per pixel
1717
endchoice
1818

19-
configdefault LV_COLOR_16_SWAP
20-
default y
21-
2219
endif # LVGL
2320

2421
endif # DISPLAY

boards/alientek/dnesp32s3b/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ choice LV_COLOR_DEPTH
1515
default LV_COLOR_DEPTH_16
1616
endchoice
1717

18-
config LV_COLOR_16_SWAP
19-
default y
20-
2118
endif # LVGL
2219

2320
endif # DISPLAY

boards/espressif/esp32s3_eye/Kconfig.defconfig

Lines changed: 0 additions & 11 deletions
This file was deleted.

boards/ezurio/bl5340_dvk/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ choice LV_COLOR_DEPTH
8181
default LV_COLOR_DEPTH_16
8282
endchoice
8383

84-
configdefault LV_COLOR_16_SWAP
85-
default y
86-
8784
config INPUT
8885
default y
8986

0 commit comments

Comments
 (0)