0.18: Tweak BLE icon to add gap and ensure middle of B isn't filled

master
Gordon Williams 2025-06-30 11:55:49 +01:00
parent dd88f71c85
commit a63b7b5139
3 changed files with 4 additions and 2 deletions

View File

@ -16,3 +16,4 @@
0.15: Fix error when displaying a category with only one clockinfo (fix #3728) 0.15: Fix error when displaying a category with only one clockinfo (fix #3728)
0.16: Add BLE clkinfo entry 0.16: Add BLE clkinfo entry
0.17: Fix BLE icon alignment and border on some clocks 0.17: Fix BLE icon alignment and border on some clocks
0.18: Tweak BLE icon to add gap and ensure middle of B isn't filled

View File

@ -128,7 +128,8 @@ exports.load = function() {
get: function() { get: function() {
return { return {
text: this.isOn() ? "On" : "Off", text: this.isOn() ? "On" : "Off",
img: atob("GBiBAAAAAAAAAAAYAAAcAAAWAAATAAARgAMRgAGTAADWAAB8AAA4AAA4AAB8AADWAAGTAAMRgAARgAATAAAWAAAcAAAYAAAAAAAAAA==") img: atob("GBiBAAAAAAAAAAAYAAAcAAAWAAATAAARgAMRgAGTAADGAAB8AAA4AAA4AAB8AADGAAGTAAMRgAARgAATAAAWAAAcAAAYAAAAAAAAAA==")
// small gaps added to BLE icon to ensure middle of B isn't filled
}; };
}, },
run: function() { run: function() {

View File

@ -1,7 +1,7 @@
{ "id": "clock_info", { "id": "clock_info",
"name": "Clock Info Module", "name": "Clock Info Module",
"shortName": "Clock Info", "shortName": "Clock Info",
"version":"0.17", "version":"0.18",
"description": "A library used by clocks to provide extra information on the clock face (Altitude, BPM, etc)", "description": "A library used by clocks to provide extra information on the clock face (Altitude, BPM, etc)",
"icon": "app.png", "icon": "app.png",
"type": "module", "type": "module",