Skip to content

Releases: sqfmi/Watchy

Watchy Arduino Library v1.4.14

07 Jul 02:00
Compare
Choose a tag to compare
  • Added USB Detection

To compile Watchy examples for V3 Hardware, make sure you update to the latest Watchy library (v1.4.13) and the arduino-esp32 (v2.0.17). In the Arduino IDE, select the following options:

Board: ESP32S3 Dev Module
Flash Size: 8MB
Partition Scheme: 8MB with Spiffs

To enter bootloader mode:
Hold both top buttons (back and up) for 4 seconds or more, then release the back button first, then the up button

To reset Watchy:
Hold both top buttons (back and up) for 4 seconds or more, then release the up button first, then the back button

Enter bootloader mode, select the serial port, upload sketch, reset Watchy

Watchy Arduino Library v1.4.13

04 Jul 18:22
Compare
Choose a tag to compare

To compile Watchy examples for V3 Hardware, make sure you update to the latest Watchy library (v1.4.13) and the arduino-esp32 (v2.0.17). In the Arduino IDE, select the following options:

Board: ESP32S3 Dev Module
Flash Size: 8MB
Partition Scheme: 8MB with Spiffs

To enter bootloader mode:
Hold both top buttons (back and up) for 4 seconds or more, then release the back button first, then the up button

To reset Watchy:
Hold both top buttons (back and up) for 4 seconds or more, then release the up button first, then the back button

Enter bootloader mode, select the serial port, upload sketch, reset Watchy

Watchy Arduino Library v1.4.12

02 Jul 21:25
Compare
Choose a tag to compare

Fix issue with display SPI pins

To compile Watchy examples for V3 Hardware, make sure you update to the latest Watchy library (v1.4.12) and the latest arduino-esp32 release (v3.0.2). In the Arduino IDE, select the following options:

  • Board: ESP32S3 Dev Module
  • Flash Size: 8MB
  • Partition Scheme: 8MB with Spiffs

To enter bootloader mode:

  • Hold both top buttons (back and up) for 4 seconds or more, then release the back button first, then the up button

To reset Watchy:

  • Hold both top buttons (back and up) for 4 seconds or more, then release the up button first, then the back button

Enter bootloader mode, select the serial port, upload sketch, reset Watchy

Watchy Arduino Library v1.4.11

02 Jul 04:52
Compare
Choose a tag to compare

Add support for Watchy V3 and fixed compilation errors with arduion-esp32 v3.0.x

To compile Watchy examples for V3 Hardware, make sure you update to the latest Watchy library (v1.4.11) and the latest arduino-esp32 release (v3.0.2). In the Arduino IDE, select the following options:

  • Board: ESP32S3 Dev Module
  • Flash Size: 8MB
  • Partition Scheme: 8MB with Spiffs

To enter bootloader mode:

  • Hold both top buttons (back and up) for 4 seconds or more, then release the back button first, then the up button

To reset Watchy:

  • Hold both top buttons (back and up) for 4 seconds or more, then release the up button first, then the back button

Enter bootloader mode, select the serial port, upload sketch, reset Watchy

Watchy Arduino Library v1.4.10

03 Apr 20:17
667d867
Compare
Choose a tag to compare
  • Added board revision function

Watchy Arduino Library v1.4.9

03 Apr 03:08
Compare
Choose a tag to compare
  • Support Lat, Lon for location and sunrise, sunset times.
  • Added SSID and IP address to About screen.
  • Use chip icon if temperature data is from internal sensor.

Thanks @Sudrien, @sc68cal, @denics for #233 #231 #230!!

Watchy Arduino Library v1.4.8

31 Mar 18:34
Compare
Choose a tag to compare

Merged #242 with great improvements to battery life through reduced display init and refresh times.

Thank you @DarkZeros for this PR.

Watchy Arduino Library v1.4.7

24 Apr 03:55
Compare
Choose a tag to compare

Fixes 'WIDTH_VISIBLE' is not a member of 'WatchyDisplay' compilation issue
Remove dstOffset from watchySettings struct
Fixes weather counter bug on WiFi connection
Added GtiHub Actions to build binaries on push

Thanks @wjgeorge, @aminch for the PRs!

Watchy Arduino Library 1.4.6

12 Jan 12:44
Compare
Choose a tag to compare

Added a new watchface and uptime in about menu

Watchy Arduino Library 1.4.5

27 Dec 03:44
Compare
Choose a tag to compare
  • Battery life improvements with #178
  • Updated GMT offset method
  • Vibrate on the hour option
  • Exit menu to watch face when left to idle
  • Fix compilation error caused by Arduino_JSON

Thanks @DarkZeros @shtrom @Alex-K37 for your contributions!