#include <GxEPD2_BW.h>
#define EPD_CS 10
#define EPD_DC 9
#define EPD_RST 8
GxEPD2_BW<GxEPD2_290_BW, GxEPD2::CSE_FLOAT> epd(EPD_CS, EPD_DC, EPD_RST);
void setup() {
Serial.begin(115200);
epd.init();
epd.setRotation(1);
epd.setTextColor(GxEPD_BLACK);
epd.setCursor(0, 40);
epd.print("Hallo, Welt!");
epd.display();
}
void loop() {
}
Loading
epaper-2in9
epaper-2in9