This commit is contained in:
2024-10-26 10:08:48 -04:00
parent e0748f5cda
commit dbd6cb5453

View File

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