Skip to content

Firmware for a smartwatch based on ESP32 from LilyGo.

Notifications You must be signed in to change notification settings

Xinyuan-LilyGO/My-TTGO-Watch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Firmware for a smartwatch based on ESP32 from LilyGo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.3%
  • C++ 2.7%