1
0
Fork 0

Merge pull request #3709 from carlchan/master

dsky_clock: fix display alignment
master
Rob Pilling 2025-01-06 21:34:54 +00:00 committed by GitHub
commit 1aa9b7af03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View File

@ -1,2 +1,3 @@
0.01: Initial commit 0.01: Initial commit
0.02: Added Alt modes 0.02: Added Alt modes
0.03: Fix display misalignment

View File

@ -27,7 +27,7 @@ var layout = new Layout(
{type:"txt", font:LightFont, col:"#000", bgCol:"#555", id:'L5', label:"PROG", width:Light_width, height:Light_height }, {type:"txt", font:LightFont, col:"#000", bgCol:"#555", id:'L5', label:"PROG", width:Light_width, height:Light_height },
{type:"txt", font:LightFont, col:"#000", bgCol:"#eee", id:'L6', label:"OPR ERR", width:Light_width, height:Light_height }, {type:"txt", font:LightFont, col:"#000", bgCol:"#eee", id:'L6', label:"OPR ERR", width:Light_width, height:Light_height },
]}, ]},
{ type:"", width:20}, { type:"", width:25},
{ type:"v", c: [ { type:"v", c: [
{type:"",height:2}, {type:"",height:2},
{type:"h", c: [ {type:"h", c: [

View File

@ -2,7 +2,7 @@
"name": "DSKY Clock", "name": "DSKY Clock",
"icon": "app-icon.png", "icon": "app-icon.png",
"screenshots": [{"url":"screenshot1.png"}], "screenshots": [{"url":"screenshot1.png"}],
"version": "0.02", "version": "0.03",
"description": "A clockface inspired by the Apollo DSKY interface.", "description": "A clockface inspired by the Apollo DSKY interface.",
"tags": "clock", "tags": "clock",
"type": "clock", "type": "clock",