New Board: Elecrow ThinkNode M1

Este commit está contenido en:
recrof
2025-04-29 17:32:08 +02:00
padre 4f2aaa47d3
commit 154b5e4014
Se han modificado 10 ficheros con 573 adiciones y 19 borrados
+5 -1
Ver fichero
@@ -1,11 +1,15 @@
#include "GxEPDDisplay.h"
#ifndef DISPLAY_ROTATION
#define DISPLAY_ROTATION 3
#endif
bool GxEPDDisplay::begin() {
display.epd2.selectSPI(SPI1, SPISettings(4000000, MSBFIRST, SPI_MODE0));
SPI1.begin();
display.init(115200, true, 2, false);
display.setRotation(3);
display.setRotation(DISPLAY_ROTATION);
#ifdef TECHO_ZOOM
display.setFont(&FreeMono9pt7b);
#endif