Skip to content

Commit

Permalink
Merge pull request #3636 from cyberarm/patch-1
Browse files Browse the repository at this point in the history
Rebble Watchface: Possibly fix steps counter text white when it should be black
  • Loading branch information
thyttan authored Nov 4, 2024
2 parents 99fd579 + 759971f commit ebd2d5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/rebble/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
0.16: Use 'modules/suncalc.js' to avoid it being copied 8 times for different apps
0.17: Add fullscreen option (on by default) to show widgets, adjust sidebar 1 and 2 when fullscreen is off
0.18: Minor code improvements
0.19: Fix steps counter text white when it should be black
2 changes: 1 addition & 1 deletion apps/rebble/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "rebble",
"name": "Rebble Clock",
"shortName": "Rebble",
"version": "0.18",
"version": "0.19",
"description": "A Pebble style clock, with configurable background, three sidebars including steps, day, date, sunrise, sunset, long live the rebellion",
"readme": "README.md",
"icon": "rebble.png",
Expand Down
2 changes: 2 additions & 0 deletions apps/rebble/rebble.app.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ Graphics.prototype.setFontKdamThmor = function(scale) {
}

let drawSideBar2Alt=function() {
setTextColor();

// steps
g.drawImage(boot_img, 113, 59, { scale: 1 });
setSmallFont();
Expand Down

0 comments on commit ebd2d5b

Please sign in to comment.