Skip to content

Control Pico e-Paper 4.2B with ESP32-S3-Pico #84

Closed Answered by ZinggJM
darkspirit510 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @darkspirit510

You just need to call SPI.begin(SCK, MISO, MOSI, SS) before display.init(115200) to map HW SPI to your pins.
You can use any free pin for MISO; -1 also works.
See also line 186 in GxEPD2_Example/GxEPD2_Example.ino

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@darkspirit510
Comment options

Answer selected by darkspirit510
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants