Skip to content

Commit 83f2e2c

Browse files
authored
Update app.js
1 parent 646412f commit 83f2e2c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/dailycolorclk/app.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,14 @@ Graphics.prototype.setFontPaytoneOne = function(scale) {
2121

2222
let drawTimeout;
2323

24-
let g2 = Graphics.createArrayBuffer(g.getWidth(),90,1,{msb:true});
25-
let g2img = {width:g2.getWidth(), height:g2.getHeight(), bpp:1, buffer:g2.buffer, transparent:0};
2624

2725
const slopeHeight = 90;
2826
const fontBorder = 13;
2927
const hoursYPos=68;
3028
const minOffset=4; //offset from slope
3129
const slopeBorder = 4;
3230

33-
let R, x, y;
31+
let R;
3432
let dateStr = "";
3533
let bgColor = settings.colorSaved;
3634
let changeBGColor = function() {

0 commit comments

Comments
 (0)