A simple framework containing a handful of my watchfaces with a dark/light mode switch.
- First, setup your Watchy with Arduino according to the Getting Started guide.
- Open the file watchy.h in the folder Arduino\libraries\Watchy\src\.
- Find the line void handleButtonPress(); and change it to virtual void handleButtonPress(); .
- Download this project and open the file Brainwork-for-Watchy.ino in Arduino.
- Go to the file settings.h and change your settings.
- Connect your watchy to your computer and press ctrl-u to compile and upload the watchfaces.
Use the up and down buttons (on the right side) to cycle through the watchfaces. Use the back button (top left) to switch between light and dark mode.
If your battery display is weird and/or some buttons aren't working, you probably have an older model Watchy. Solution:
- Open the file config.h in the folder Arduino\libraries\Watchy\src\.
- find the line #define ARDUINO_WATCHY_V20 and change it to either #define ARDUINO_WATCHY_V10 or #define ARDUINO_WATCHY_V15. Save the file
- Compile and upload the watchface. If it doesn't work, try the other option from step 2.
Have fun!