mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 22:36:12 +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=7 */ SS, /* DC=1 */ 1, /* RST=2 */ 9);
|
||||
GxEPD_Class display(io, /* RST=2;9 */ 8, /* BUSY=3;7 */ 6);
|
||||
GxIO_Class io(SPI, /* CS=SS=3 */ SS, /* DC=1 */ 5, /* RST=2 */ 2);
|
||||
GxEPD_Class display(io, /* RST=2;9 */ 2, /* BUSY=3;7 */ 7);
|
||||
|
||||
/*
|
||||
#elif defined(ESP32) && (CONFIG_IDF_TARGET_ESP32C3)
|
||||
|
@@ -50,7 +50,7 @@ void TaskSensorValuesCode (void* parameters) {
|
||||
}
|
||||
|
||||
void setup() {
|
||||
Serial.begin(9600);
|
||||
Serial.begin(115200);
|
||||
Serial.println();
|
||||
/*
|
||||
Serial.println("Setting up GPIOs ...");
|
||||
|
Reference in New Issue
Block a user