Skip to content

Commit 5eac3ca

Browse files
jfischer-novanwinkeljan
authored andcommitted
drivers: display_st7789v: remove obsolete Kconfig options
Remove obsolete Kconfig options. Signed-off-by: Johann Fischer <[email protected]>
1 parent ada1b6f commit 5eac3ca

File tree

2 files changed

+0
-41
lines changed

2 files changed

+0
-41
lines changed

drivers/display/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,3 @@ zephyr_sources_ifdef(CONFIG_ILI9340_LCD_ADAFRUIT_1480
2121
zephyr_sources_ifdef(CONFIG_ILI9340_LCD_SEEED_TFTV2
2222
display_ili9340_seeed_tftv2.c
2323
)
24-
25-
zephyr_sources_ifdef(CONFIG_ST7789V_LCD_TL019FQV01
26-
display_st7789v_tl019fqv01.c
27-
)

drivers/display/Kconfig.st7789v

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,6 @@ menuconfig ST7789V
1111

1212
if ST7789V
1313

14-
choice
15-
prompt "LCD"
16-
help
17-
Specify the type of LCD connected to the ST7789V display controller.
18-
19-
config ST7789V_LCD_TL019FQV01
20-
bool "TDO TL019FQV01"
21-
22-
endchoice
23-
2414
choice
2515
prompt "Color pixel format"
2616
default ST7789V_RGB565
@@ -35,31 +25,4 @@ config ST7789V_RGB565
3525

3626
endchoice
3727

38-
if ST7789V_RGB565
39-
config ST7789V_SWAP_PIXEL_LCD_ENDIANNESS
40-
bool "Swap pixel endianness at LCD"
41-
help
42-
Pixel data bytes are swapped when being blitted to the LCD.
43-
Note that this isn't just a swap of RGB <--> BGR, (if the endianness is
44-
swapped then the 3 lowest bits of G are sent first/last).
45-
You may want to enable this if you are using lvgl and your colors
46-
don't look right.
47-
48-
config ST7789V_REVERSE_LCD_RGB_ORDER
49-
bool "Reverse draw order of controller ram to LCD"
50-
help
51-
This reverses the order that the controller draws RGB to the LCD.
52-
53-
config ST7789V_REVERSE_X
54-
bool "Reverse X axis"
55-
help
56-
Address pixels from right to left.
57-
58-
config ST7789V_REVERSE_Y
59-
bool "Reverse Y axis"
60-
help
61-
Address pixels from bottom to top.
62-
63-
endif # ST7789V_RGB565
64-
6528
endif # ST7789V

0 commit comments

Comments
 (0)