Fix initializer

This commit is contained in:
Melissa LeBlanc-Williams 2022-06-02 13:07:38 -07:00
parent 75fb14da5e
commit d1b60c88a5

View file

@ -36,7 +36,7 @@
#define NEOPIXELPIN 40
// This is for the 2.7" tricolor EPD
ThinkInk_270_Tricolor_C44 gfx(264, 176 ,EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
ThinkInk_270_Tricolor_C44 gfx(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
AirliftOpenWeatherMap owclient(&Serial);
OpenWeatherMapCurrentData owcdata;