Merge pull request #3636 from cyberarm/patch-1

Rebble Watchface: Possibly fix steps counter text white when it should be black
pull/3654/head
thyttan 2024-11-04 21:18:48 +01:00 committed by GitHub
commit ebd2d5b7b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 1 deletions

View File

@ -16,3 +16,4 @@
0.16: Use 'modules/suncalc.js' to avoid it being copied 8 times for different apps 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.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.18: Minor code improvements
0.19: Fix steps counter text white when it should be black

View File

@ -2,7 +2,7 @@
"id": "rebble", "id": "rebble",
"name": "Rebble Clock", "name": "Rebble Clock",
"shortName": "Rebble", "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", "description": "A Pebble style clock, with configurable background, three sidebars including steps, day, date, sunrise, sunset, long live the rebellion",
"readme": "README.md", "readme": "README.md",
"icon": "rebble.png", "icon": "rebble.png",

View File

@ -219,6 +219,8 @@ Graphics.prototype.setFontKdamThmor = function(scale) {
} }
let drawSideBar2Alt=function() { let drawSideBar2Alt=function() {
setTextColor();
// steps // steps
g.drawImage(boot_img, 113, 59, { scale: 1 }); g.drawImage(boot_img, 113, 59, { scale: 1 });
setSmallFont(); setSmallFont();