Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ST7735S esp_lcd support (BSP-555) #395

Closed
1 task done
TeriyakiGod opened this issue Sep 21, 2024 · 2 comments
Closed
1 task done

ST7735S esp_lcd support (BSP-555) #395

TeriyakiGod opened this issue Sep 21, 2024 · 2 comments
Labels
Type: Feature Request New feature or request

Comments

@TeriyakiGod
Copy link

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

  • I confirm I have checked existing list of Feature requests and Contribution Guide.
@TeriyakiGod TeriyakiGod added the Type: Feature Request New feature or request label Sep 21, 2024
@github-actions github-actions bot changed the title ST7735S esp_lcd support ST7735S esp_lcd support (BSP-555) Sep 21, 2024
@espzav
Copy link
Collaborator

espzav commented Sep 23, 2024

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants