Tweet

Replying to @josecastillo

woke up early to make one smol API change that seems obvious in hindsight: I don’t need three logical screens, just one and a method to write a string at a position. So now it’s simpler:
watch_display_string(&watch, “Hello”, 5); https://github.com/joeycastillo/Sensor-Watch/commit/a17d64bd1117929451495f141c63c215ba6cb4aa#diff-246e5ed859ce20d01519523f1bd8997ddf19a286131692714361038c74b41512L180

(original)