-
Struggling with display.ini for the C3 Luatos ST7735S Display. This demo code works fine. https://github.com/MoonFox2006/Air101-LCD
|
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 19 replies
-
@gemu2015 Can you help? |
Beta Was this translation helpful? Give feedback.
-
@gemu2015 Thx! Works now :-)
|
Beta Was this translation helpful? Give feedback.
-
Hi @Jason2866 |
Beta Was this translation helpful? Give feedback.
-
No, I don't have ghost pixels. Tried reducing Display clock? |
Beta Was this translation helpful? Give feedback.
-
Hi all! I have Luatos ESP32C3 board and Air101-LCD display. |
Beta Was this translation helpful? Give feedback.
-
You find it in my unofficial builds https://jason2866.github.io/Tasmota-specials/ |
Beta Was this translation helpful? Give feedback.
-
Try with: |
Beta Was this translation helpful? Give feedback.
-
Not all the Air101-LCD are the same. If you have the one with the black (in the top) joystick, the LCD itself is different (in my case, I have both, and the one with the black dot in the joystick has no text about the model on the board). For the black one, check this display.ini The RGB is inverted in this other model... and it seems to have a bit higher resolution. :H,ST7735S,161,83,16,SPI,1,,,,,,,*,16 :i,20,21 (and 161,83 first line for joystick white) :i,21,20 (and 160,80 first line for joystick black) |
Beta Was this translation helpful? Give feedback.
-
Another detail about the Air101 LCDs. Theorically GPIO11 is to switch on and off the backlight but GPIO11 is not configurable from Tasmota (because GPIO11 is SPI_VCC and it powers the flash chip?). I was testing and connecting the "BL" pin to other free GPIO of the ESP32, you can switch on and off the light of the screen. Even defining the GPIO TEMPLATE in the code, Tasmota does not care about the configuration of GPIO11 (with GPIO 255 you can see that). If someone can clarify/explain this better, I would thank you. |
Beta Was this translation helpful? Give feedback.
ok try to change this line in descriptor
:0,60,00,00,00
to
:0,60,00,18,00