bwagstaff 1fe0016dbe Add optional wind speed to weather
* Add converter function from basic struct to struct with version number, to make future updates easier.
* Add flag to weather settings to show/hide wind
* Add string to weather data for wind, up to 8 values: up to 3 for value, space, up to 3 for direction, terminator
* Add label buttons to displays

Notes: I'm new to LVGM and couldn't figure out how to make the layouts automatically adjust. I ended up modifying offsets when wind is displayed.  If someone knows the trick for making the layouts adjust height, I'd love to know it.
2020-07-28 23:44:47 -05:00
2020-07-28 23:44:47 -05:00
2020-07-22 11:43:49 +02:00
2020-07-22 22:54:31 +02:00
2020-07-23 15:29:27 +02:00
2020-07-22 17:59:40 +02:00

My-TTGO-Watch

A smartwatch based on ESP32 from LlyGo. Currently under development.

Install

Clone this repository and open it with platformIO. Build and upload. On a terminal in vscode you can do it with

pio run -t upload

how to make a screenshot

The firmware has an integrated webserver. Over this a screenshot can be triggered. The image has the format RGB565 and can be read with gimp. From bash it look like this

wget x.x.x.x/shot ; wget x.x.x.x/screen.565

Interface

screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot

Description
No description provided
Readme 30 MiB
Languages
C 98.2%
C++ 1.8%