You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @TeriyakiGod,
we are supporting mainly LCD drivers, which are on Espressif's or M5Stack hardware. You can use any LCD driver from IDF Component Registry or add your driver to IDF Component Registry too. I am sorry.
Related area
Display driver
Hardware specification
ESP32
Is your feature request related to a problem?
I want to use a popular 128x128 tft display st7735s driver with esp_lcd and lvgl but can't because its not supported.
Describe the solution you'd like
It would solve my problem if there was an esp_lcd_st7735 component.
Describe alternatives you've considered
I managed to run the display using TFT eSPI library and arduino for esp32, but i want to use esp idf.
Additional context
This can be implemented by modifying the esp_lcd_st7796 component.
I have checked existing list of Feature requests and the Contribution Guide
The text was updated successfully, but these errors were encountered: