File tree Expand file tree Collapse file tree 2 files changed +0
-41
lines changed Expand file tree Collapse file tree 2 files changed +0
-41
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,3 @@ zephyr_sources_ifdef(CONFIG_ILI9340_LCD_ADAFRUIT_1480
2121zephyr_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- )
Original file line number Diff line number Diff line change @@ -11,16 +11,6 @@ menuconfig ST7789V
1111
1212if 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-
2414choice
2515 prompt "Color pixel format"
2616 default ST7789V_RGB565
@@ -35,31 +25,4 @@ config ST7789V_RGB565
3525
3626endchoice
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-
6528endif # ST7789V
You can’t perform that action at this time.
0 commit comments