LeeHolmes / watchysim

Simulation framework for Watchy watch faces
MIT License
85 stars 9 forks source link

Refactor for watchfaces to use folders #7

Closed aminch closed 1 year ago

aminch commented 1 year ago

Also update for watchy 1.4.6 Add Mario watchface Update weather struct with isMetric Add WATCHY_SIM preprocessor, to allow same code on sim and device

I updated watchysim to use folders for watch faces to aid development by containing a watch face and it's associated files to a single folder. I also updated for the latest 1.4.6 watchy lib, and added a preprocessor so the same files can be used in the sim or in the Arduino IDE.

I submitted the pull request in case you think this is interesting and useful change.

LeeHolmes commented 1 year ago

Looks great. thank you!