mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-12 10:27:02 +00:00
esp32c3-epd
This commit is contained in:
@@ -4,12 +4,12 @@
|
|||||||
Date: April 20, 2025
|
Date: April 20, 2025
|
||||||
Description: This is an example of how to use the GxEPD library to display text and graphics on an ePaper display powered by the ESP32-C3 microcontroller.
|
Description: This is an example of how to use the GxEPD library to display text and graphics on an ePaper display powered by the ESP32-C3 microcontroller.
|
||||||
|
|
||||||
BUSY = GPIO3
|
BUSY -> GPIO3
|
||||||
RST = GPIO2
|
RST -> GPIO2
|
||||||
DC = GPIO1
|
DC -> GPIO1
|
||||||
CS = GPIO7 (SS)
|
CS -> GPIO7 (SS)
|
||||||
CLK = GPIO4 (SCK)
|
CLK -> GPIO4 (SCK)
|
||||||
DIN = GPIO6 (MOSI)
|
DIN -> GPIO6 (MOSI)
|
||||||
|
|
||||||
*/
|
*/
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
Reference in New Issue
Block a user