Waveshare Pico LCD 1.8 + ESP32-C6-Pico intermittent REPL #17413
Replies: 2 comments 8 replies
-
The ESP32-C6-Pico is a strange beast: an ESP board with a name which relates to the Pico and a pinout exhibiting superficial similarities. A fair question to ask of Waveshare is "Is it designed to work with their Pico LCD displays?". I have my doubts. The display expects to see an SPI interface on pins 14 and 15. These are GPIO (10, 11) on the Pico and (23, 22) on the ESP board: the latter are not listed as SPI pins. You could try to make it work with SoftSPI but decent display performance relies on fast SPI transfers (>=30MHz). The reset and backlight pins are mapped to extended I/O. Some coding will be needed to adapt the display driver. A Pico W or a Pico 2 W might be more promising targets. |
Beta Was this translation helpful? Give feedback.
-
Okay so I might've been barking up the wrong tree, I used jumpers to remap GPIO 8 and 9 to GPIO 22 and 23 and the light is still blinking and I still have the problem of REPL not coming up sometimes when plugging in USB. So I went back and only connected the power jumpers in this case VBUS, VSYS and GND and the REPL still misbehaves and I have to replug until it starts working. disconnecting the LCD completely and the problem vanishes. Ideas? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've contacted Waveshare about this but they don't seem to have any ideas so far, so I'm asking here. When I connect the Waveshare Pico LCD 1.8 to the Waveshare ESP32-C6-Pico the REPL just doesn't seem to respond and I have to unplug it and replug it until it does.
The LCD uses GPIO Pins 21,20,19,18 which seems fine but it also uses 8 and 9. 8 is labelled as having rom/rgb led and 9 is labelled as boot. I'm not sure if this could cause the REPL to be intermittent or not though, does anyone else have any ideas? Other than the REPL acting up every other aspect of both the LCD and the ESP32 work fine.
Beta Was this translation helpful? Give feedback.
All reactions