Version 1.3.2 changes for compilation.

This commit is contained in:
GuruSR 2021-11-24 21:21:58 -05:00 committed by GitHub
parent 589057e86d
commit 83b79a350e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,10 @@ Compiling instructions:
In order to compile this you need: Arduino Libraries, ArduinoOTA AND Watchy base. In order to compile this you need: Arduino Libraries, ArduinoOTA AND Watchy base.
**VERSION 1.3.2 CHANGES**
Watchy.cpp and Watchy.h included with the examples from SQFMI (Watchy base) need to be moved OUT of the range the compiler has access to or you'll see errors as they can conflict with this Watchy.
You'll need to edit 2 files: You'll need to edit 2 files:
GxEPD2_154_D67.cpp: GxEPD2_154_D67.cpp:
@ -75,4 +79,4 @@ void setDarkBorder(bool Dark); // GuruSR: Changed for setDarkBorder
Make a backup of these two files if you happen to update a newer version of GxEPD2. Make a backup of these two files if you happen to update a newer version of GxEPD2.
This will allow the compilation on either Arduino or PlatformIO. This will allow the compilation on either Arduino or PlatformIO.