ESP32-S2-LCD-0.96 #14234
Unanswered
kjm1102
asked this question in
Libraries & Drivers
ESP32-S2-LCD-0.96
#14234
Replies: 1 comment 1 reply
-
This is what you can do to find out which PINs are used for your esp32s2 board.
Hope this helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get the 0.96" 7735 LCD on the https://www.waveshare.com/wiki/ESP32-S2-Pico board working with upython. I got the ST7735.py and sysfont.py at https://github.com/cheungbx/st7735-esp8266-micropython/blob/master/st7735.py loaded but when I run test80x160.py the LCD remains blank.
I think the lines
spi = SPI(1, baudrate=8000000, polarity=0, phase=0)
tft=TFT(spi,16)
probably need editing with new pin numbers but I can't figure out from the LCD USED PINS box at https://www.waveshare.com/wiki/File:ESP32-S2-Pico-details-9-2.jpg what they should be.
Anyone got any suggestions for navigating the inscrutable?
Beta Was this translation helpful? Give feedback.
All reactions