mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 05:27:09 +00:00
.
This commit is contained in:
BIN
ESP32_ePaperDisplay-Node/assets/ESP32-boards-pinout.pdf
Normal file
BIN
ESP32_ePaperDisplay-Node/assets/ESP32-boards-pinout.pdf
Normal file
Binary file not shown.
BIN
ESP32_ePaperDisplay-Node/assets/ESP32-module-pinout.pdf
Normal file
BIN
ESP32_ePaperDisplay-Node/assets/ESP32-module-pinout.pdf
Normal file
Binary file not shown.
BIN
ESP32_ePaperDisplay-Node/assets/adapter.png
Normal file
BIN
ESP32_ePaperDisplay-Node/assets/adapter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
BIN
ESP32_ePaperDisplay-Node/assets/ePaper_gridlines.xlsx
Normal file
BIN
ESP32_ePaperDisplay-Node/assets/ePaper_gridlines.xlsx
Normal file
Binary file not shown.
BIN
ESP32_ePaperDisplay-Node/assets/esp32_pinouts.png
Normal file
BIN
ESP32_ePaperDisplay-Node/assets/esp32_pinouts.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
@@ -12,13 +12,13 @@ void setup() {
|
||||
Serial.begin(115200);
|
||||
Serial.println("Running setup ...");
|
||||
|
||||
/*display.init(115200);
|
||||
display.init(115200);
|
||||
display.fillScreen(GxEPD_WHITE);
|
||||
display.setTextColor(GxEPD_BLACK);
|
||||
display.setFont(&FreeMonoBold9pt7b);
|
||||
display.setCursor(10, 20);
|
||||
display.print("ESP32 Display Node");
|
||||
display.update();*/
|
||||
display.update();
|
||||
}
|
||||
|
||||
void loop() {
|
||||
|
Reference in New Issue
Block a user