Skip to content

SpectralCascade/FancyWatchOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FancyWatchOS

Custom OS for the LilyGo TTGO-TWatch 2020.

Building

Project is built and deployed using platformio. Use command pio run -t upload while the watch is connected.

Creating new apps

At present, apps for the watch are designed to run on the same thread, but using a game-engine like component design so multiple apps can operate seemingly simultaneously. Input handling is all done using an event system similar to SDL 2, which I'm in the process of implementing. To create a new application, create a class that inherits from the Application class and call Kernel::StartApp() with a valid instance of your app class.

About

Custom OS for the LilyGo TTGO-TWatch 2020

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published