Tweet
only managed to steal a couple of hours for watch work tonight but I can print ASCII strings already! not all characters work, and some digits have limitations, but I love that the API is v simple:
watch_display_string(&watch, watch.main_display, “Hello”) https://github.com/joeycastillo/Sensor-Watch/blob/6833b44f50ee596fcc852b2e0ad4ed1559a8e20a/Smol%20Watch%20Project/My%20Project/watch-library/watch.c#L160
(original)