Add touch support

This commit is contained in:
2026-06-12 20:55:11 -04:00
parent ac5fe3b93d
commit dce713fa4f
2 changed files with 19 additions and 1 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
## REcounter
Why? Because, in an era where a simple counter app would likely be left up to the AI overlords, I'd rather just fork [something some guy made in 2014](https://github.com/matthewbauer/counter) and add touch support.
This ended up being a pretty cool mini-project, as I learned about how the Pebble SDK has changed over the years. Immediately upon porting to the new SDK, there were various things that didn't quite look like they used to. This includes the lack of a status bar, the lack of margin&rounded corners on the action bar, the inability to render the previously valid menu icon, and the weird way bitmaps used to work regarding color and translucency. I addressed all of these to preserve the legacy Pebble SDK look with this app!
This fork of the original adds support for all current and past Pebbles and enables touch support for incrementing the counter.
This ended up being a pretty cool micro-project, as I learned about how the Pebble SDK has changed over the years. Immediately upon porting to the new SDK, there were various things that didn't quite look like they used to. This includes the lack of a status bar, the lack of margin&rounded corners on the action bar, the inability to render the previously valid menu icon, and the weird way bitmaps used to work regarding color and translucency. I addressed all of these to preserve the legacy Pebble SDK look with this app!
In addition to Emery+touch support, this version of the app also supports all other Pebbles.