morris
|
46c404f4c0
|
fix(lcd): DC signal shound't affect the input path of the GPIO
With this fix, user can use the same GPIO for both LCD DC output and SPI
MISO input.
Closes https://github.com/espressif/esp-idf/issues/15478
|
2025-03-03 14:09:43 +08:00 |
|
Chen Jichang
|
79b3b30828
|
feat(spi_lcd): move callback function to iram
Closes https://github.com/espressif/esp-idf/issues/15160
|
2025-01-15 18:25:37 +08:00 |
|
Chen Jichang
|
8d0990806c
|
feat(spi_lcd): add spi cs timing parameters
Some lcd hardware drivers need different CS setup time. Add pretrans
and posttrans parameters to control the CS time.
Closes https://github.com/espressif/esp-idf/issues/13071
|
2024-07-02 10:55:34 +08:00 |
|
morris
|
ad84b61e49
|
change(esp_lcd): rearrange the esp_lcd folder by types
|
2024-01-16 17:40:27 +08:00 |
|