Skip to content

Commit ebd2d5b

Browse files
authored
Merge pull request espruino#3636 from cyberarm/patch-1
Rebble Watchface: Possibly fix steps counter text white when it should be black
2 parents 99fd579 + 759971f commit ebd2d5b

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

apps/rebble/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@
1616
0.16: Use 'modules/suncalc.js' to avoid it being copied 8 times for different apps
1717
0.17: Add fullscreen option (on by default) to show widgets, adjust sidebar 1 and 2 when fullscreen is off
1818
0.18: Minor code improvements
19+
0.19: Fix steps counter text white when it should be black

apps/rebble/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "rebble",
33
"name": "Rebble Clock",
44
"shortName": "Rebble",
5-
"version": "0.18",
5+
"version": "0.19",
66
"description": "A Pebble style clock, with configurable background, three sidebars including steps, day, date, sunrise, sunset, long live the rebellion",
77
"readme": "README.md",
88
"icon": "rebble.png",

apps/rebble/rebble.app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ Graphics.prototype.setFontKdamThmor = function(scale) {
219219
}
220220

221221
let drawSideBar2Alt=function() {
222+
setTextColor();
223+
222224
// steps
223225
g.drawImage(boot_img, 113, 59, { scale: 1 });
224226
setSmallFont();

0 commit comments

Comments
 (0)