diff --git a/apps/counter/counter.js b/apps/counter/counter.js index 3be3afb57..9f77e34d8 100644 --- a/apps/counter/counter.js +++ b/apps/counter/counter.js @@ -26,4 +26,6 @@ g.drawString('Use BTN1 to increase\nthe counter by one.\nUse BTN3 to reset count Bangle.loadWidgets(); Bangle.drawWidgets(); -// TODO: Enable saving count to file \ No newline at end of file +// TODO: Enable saving counts to file +// Does not work if widgets are not visible +// Add small watch diff --git a/apps/counter/counter_icon_100.png b/apps/counter/counter_icon_100.png deleted file mode 100644 index 67abe513f..000000000 Binary files a/apps/counter/counter_icon_100.png and /dev/null differ