mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 22:56:11 +00:00
.
This commit is contained in:
@@ -31,8 +31,8 @@
|
||||
//GxIO_Class io(SPI, SS, 22, 21);
|
||||
//GxEPD_Class display(io, 16, 4);
|
||||
|
||||
GxIO_Class io(SPI, /* CS=SS=3 */ 3, /* DC=1 */ 5, /* RST=2 */ 2);
|
||||
GxEPD_Class display(io, /* RST=2;9 */ 2, /* BUSY=3;7 */ 7);
|
||||
GxIO_Class io(SPI, /* CS=SS=5 */ SS, /* DC=1 */ 6, /* RST=2 */ );
|
||||
GxEPD_Class display(io, /* RST=2;9 */ 5, /* BUSY=3;7 */ 4);
|
||||
|
||||
/*
|
||||
#elif defined(ESP32) && (CONFIG_IDF_TARGET_ESP32C3)
|
||||
|
@@ -99,7 +99,7 @@ void setup() {
|
||||
|
||||
display.setCursor(5, 5);
|
||||
display.setFont(&TomThumb);
|
||||
display.print("10.100.50.105");
|
||||
display.print("10.100.50.xxx");
|
||||
display.update();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user