esp32c3 epd

This commit is contained in:
2025-04-20 04:17:32 -04:00
parent 7d65b2e4b8
commit b12a2ce196
1290 changed files with 74718 additions and 15858 deletions

3
ESP32-C3_ePaper/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"idf.port": "/dev/ttyACM0"
}

View File

@@ -25,8 +25,8 @@
//#elif defined(ESP32C3)
GxIO_Class io(SPI, /*CS=5*/ 3, /*DC=*/ 5, /*RST=*/ 2); // arbitrary selection of 17, 16
GxEPD_Class display(io, /*RST=*/ 2, /*BUSY=*/ 7); // arbitrary selection of (16), 4
GxIO_Class io(SPI, /*CS=5*/ 3, /*DC=*/ 1, /*RST=*/ 2); // arbitrary selection of 17, 16
GxEPD_Class display(io, /*RST=*/ 2, /*BUSY=*/ 4); // arbitrary selection of (16), 4
//GxIO_Class io(SPI, SS, 22, 21);
//GxEPD_Class display(io, 16, 4);