mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 13:14:32 +02:00
Remove set_gap() calls from NT35510 and ILI9341
This commit is contained in:
@@ -210,11 +210,9 @@ void app_main(void)
|
||||
#elif CONFIG_EXAMPLE_LCD_I80_CONTROLLER_NT35510
|
||||
esp_lcd_panel_swap_xy(panel_handle, true);
|
||||
esp_lcd_panel_mirror(panel_handle, true, false);
|
||||
esp_lcd_panel_set_gap(panel_handle, 0, 20);
|
||||
#elif CONFIG_EXAMPLE_LCD_I80_CONTROLLER_ILI9341
|
||||
esp_lcd_panel_swap_xy(panel_handle, true);
|
||||
esp_lcd_panel_invert_color(panel_handle, false);
|
||||
esp_lcd_panel_set_gap(panel_handle, 0, 0);
|
||||
// ILI9341 is very similar to ST7789 and shares the same driver.
|
||||
// Anything unconventional (such as this custom gamma table) can
|
||||
// be issued here in user code and need not modify the driver.
|
||||
|
Reference in New Issue
Block a user