diff --git a/library.json b/library.json index b9c0e1a..1c6b6c6 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "WatchyExpanded", - "version": "1.4.2", + "version": "1.4.3", "description": "Watchy - An Open Source E-Paper Watch by SQFMI", "authors": [ { @@ -20,6 +20,7 @@ { "name": "Arduino_JSON" }, { "name": "DS3232RTC" }, { "name": "NTPClient" }, + { "name": "Wire" }, { "name": "Rtc_Pcf8563", "version": "https://github.com/orbitalair/Rtc_Pcf8563.git#master" diff --git a/src/WatchyExpanded.cpp b/src/WatchyExpanded.cpp index 01e5aa7..20f00bb 100644 --- a/src/WatchyExpanded.cpp +++ b/src/WatchyExpanded.cpp @@ -3,6 +3,9 @@ // ESP #include +// Wire +#include + CWatchyExpanded::CWatchyExpanded() : m_display(GxEPD2_154_D67(DISPLAY_CS, DISPLAY_DC, DISPLAY_RES, DISPLAY_BUSY)) { }