espressif / esp-bsp

Board support components for Espressif development boards
Other
205 stars 107 forks source link

ST7735S esp_lcd support (BSP-555) #395

Closed TeriyakiGod closed 2 months ago

TeriyakiGod commented 2 months ago

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

espzav commented 2 months ago

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.

TeriyakiGod commented 2 months ago

It's okay I found this: https://github.com/lvgl/lvgl_esp32_drivers