From 83b79a350eb5fb9f19d701feaa995366f8886fe1 Mon Sep 17 00:00:00 2001 From: GuruSR Date: Wed, 24 Nov 2021 21:21:58 -0500 Subject: [PATCH] Version 1.3.2 changes for compilation. --- src/Compilation Instructions.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Compilation Instructions.txt b/src/Compilation Instructions.txt index d90d0e6..1758e81 100644 --- a/src/Compilation Instructions.txt +++ b/src/Compilation Instructions.txt @@ -2,6 +2,10 @@ Compiling instructions: 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: 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. -This will allow the compilation on either Arduino or PlatformIO. \ No newline at end of file +This will allow the compilation on either Arduino or PlatformIO.