Skip to content

Commit c287bab

Browse files
authored
Merge pull request #2178 from makermelissa/main
Fix initializer for eInk Weather Station
2 parents 75fb14d + d1b60c8 commit c287bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EInk_Weather_Station/adafruit_epd_weather/adafruit_epd_weather.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#define NEOPIXELPIN 40
3737

3838
// This is for the 2.7" tricolor EPD
39-
ThinkInk_270_Tricolor_C44 gfx(264, 176 ,EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
39+
ThinkInk_270_Tricolor_C44 gfx(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
4040

4141
AirliftOpenWeatherMap owclient(&Serial);
4242
OpenWeatherMapCurrentData owcdata;

0 commit comments

Comments
 (0)