drivers: display: ili9340: remove old hardcoded configurations
Remove Adafruit/Seeed TFT hardcoded settings. Note that undocumented ILI9340/1 settings have been removed (maybe Seeed is using another ILI variant?). Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
afc63664f2
commit
cd68e5819f
7 changed files with 36 additions and 208 deletions
|
@ -15,10 +15,3 @@ zephyr_sources_ifdef(CONFIG_MICROBIT_DISPLAY
|
|||
mb_display.c
|
||||
mb_font.c
|
||||
)
|
||||
zephyr_sources_ifdef(CONFIG_ILI9340_LCD_ADAFRUIT_1480
|
||||
display_ili9340_adafruit_1480.c
|
||||
)
|
||||
|
||||
zephyr_sources_ifdef(CONFIG_ILI9340_LCD_SEEED_TFTV2
|
||||
display_ili9340_seeed_tftv2.c
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue