mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
4ae845cd3e
There are a bunch of cases you might want some pins not exposed. Eg. * Reading say 8 bit data and outputting the top 5 bits, discarding the rest by not mapping those data pins to output pins * Not using hsync/vsync because sync data is embedded within the data bits for more timing flexibility (eg. interlacing). * Using the LCD module as a high speed parallel data output bus, with no need for sync/control pins. Removing this validation makes these cases work. Merges https://github.com/espressif/esp-idf/pull/13103 |
||
---|---|---|
.. | ||
esp_lcd_common.c | ||
esp_lcd_common.h | ||
esp_lcd_panel_io_i2c.c | ||
esp_lcd_panel_io_i2s.c | ||
esp_lcd_panel_io_i80.c | ||
esp_lcd_panel_io_spi.c | ||
esp_lcd_panel_io.c | ||
esp_lcd_panel_nt35510.c | ||
esp_lcd_panel_ops.c | ||
esp_lcd_panel_rgb.c | ||
esp_lcd_panel_ssd1306.c | ||
esp_lcd_panel_st7789.c |