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
@juanpabloaj
have you done the changes in the source code?
/D32 Pro/
// #define EPD_CS 14
// #define EPD_DC 27
// #define EPD_RST 33 // can set to -1 and share with microcontroller Reset!
// #define EPD_BUSY -1 // can set to -1 to not use a pin (will wait a fixed delay)
To....
/D32 Pro/
#define EPD_CS 14
#define EPD_DC 27
#define EPD_RST 33 // can set to -1 and share with microcontroller Reset!
#define EPD_BUSY -1 // can set to -1 to not use a pin (will wait a fixed delay)
Hi, I'm trying to connect D32 pro with the lolin epaper display, with the example
https://github.com/wemos/LOLIN_EPD_Library/blob/master/examples/graphicstest_2_13_inch_250x122/graphicstest_2_13_inch_250x122.ino
I'm using these pin connections
but I don't see any change on the epaper display.
Any suggestion is welcome. Thanks
PD: where can I find the pin connection for this epaper and the D1 mini pro?
The text was updated successfully, but these errors were encountered: