-
I'm trying to connect an ST7735 display, I see that it's supported in version 13 but I'm having trouble finding the necessary information. Which option should I choose for the DisplayModel and what pins should I use for an ESP32? These are the pins from the display: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
The preferred way is not by DisplayModel, but instead the Universal Display Driver, and a display descriptor to match your display. Available ones does include ST7735. That docs section also alludes to the pins to be configured in Tasmota. Naming on the board can be a bit confusing, but the product docs should explain what's what. |
Beta Was this translation helpful? Give feedback.
-
@sfromis, thank you for your response. I thought that since it is supported by version 13, it gives me the option to configure it in GUI but that's not possible. I tried the option you indicated but still without result. I'm not sure I followed the correct steps: I compiled the tasmota32-display with the #define USE_UNIVERSAL_DISPLAY option. I saved the contents of the ST7735_128x160_display.ini file in the display.ini file, modifying the first line with the pins I'm using. I uploaded this file to the ESP32 through the Manage File System. I configured a GPIO pin with OptionA3. From the console I set DisplayModel 17, DisplayMode 1. I also tried the option to leave the character * in the display.ini file and define the pins used through the graphical interface. I'm not a programmer and a link with more detailed steps on how to use the Universal Display Driver would help me. Thank you. |
Beta Was this translation helpful? Give feedback.
You should not need to do anything with DisplayModel, it should become 17 automatically if you have the right setup. What exact gpio config did you do? And wired to what?
What I'd suggest would be to use the precompiled tasmota32-lvgl, which has all the uDisplay support already.
IMO, it is preferable to keep pins as * in the display.ini file, and define all pins in a template/module config.