sharandac / My-TTGO-Watch

A GUI named hedge for smartwatch like devices based on ESP32. Currently support for T-Watch2020 (V1,V2,V3), T-Watch2021, M5Paper, M5Core2 and native Linux support for testing.
GNU General Public License v2.0
539 stars 248 forks source link

"html browser" for watch #344

Closed pavelmachek closed 2 years ago

pavelmachek commented 2 years ago

I'd really like to develop watch programs in python... on my PC. Ideally, something similar to tiny web browser would run on a watch, and I could develop applications in any language I'd want on remote computer. So far protocol is way simpler: in one direction it is "position, text size, text", or "position, picture", in other direction it is x,y of a click, but I may move to subset of html. Code is at https://gitlab.com/tui/My-TTGO-Watch but needs a lot more work. Is someone working on something similar?