bburky / t-watch-2020-project

A test project for the LilyGO TTGO T-Watch-2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initial PlatformIO project for TTGO-T-Watch-2020 based of SimpleWatch example

A BLE UART device is advertised to emulate a bangle.js/Espruino to receive json messages from Gadgetbridge. This allows receiving all notifications from an Android phone.

Time updates from Gadgetbridge are parsed and applied to the RTC and system time.

Gadgetbridge notify messages are shown on screen in a popup message. Other message types are not yet handled.

gui.cpp was refactored slightly to separate GUI header and class implementation. Class definitions are now in gui.h so that other files may reference the GUI classes.

About

A test project for the LilyGO TTGO T-Watch-2020


Languages

Language:C++ 98.1%Language:C 1.9%