You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's odd is there's no error messaged passed back with the value error. I know that the SPI function is part of micropython and not part of your library, but I was wondering if anyone knew what the issue could be.
Hey guys,
I'm trying to get this display to connect and it's erroring out on the SPI line in the sample code for the 4.2 inch display.
Pasting line by line, and adjusting my pins to match what are on the ESP8266 I get this output.
What's odd is there's no error messaged passed back with the value error. I know that the SPI function is part of micropython and not part of your library, but I was wondering if anyone knew what the issue could be.
Physical wiring for wemos d1 mini:
VCC -> 3.3v
GND -> GND
DIN -> D6 -> GPIO12
CLK -> D5 -> GPIO14
CS -> D8 -> GPIO15
DC -> D2 -> GPIO4
RST -> RX -> GPIO3
BUSY -> D4-> GPIO2
Let me know if I'm way off on anything, but I can't seem to figure out what the issue is.
Thanks
The text was updated successfully, but these errors were encountered: