advclock 0.02: Remove un-needed fonts to improve memory usage (#2079)

pull/2083/head
Gordon Williams 2022-08-09 11:24:59 +01:00
parent 87f90f8634
commit 2c32b89414
3 changed files with 2 additions and 4 deletions

View File

@ -1 +1,2 @@
0.01: AdvCasio first version
0.02: Remove un-needed fonts to improve memory usage

View File

@ -1,7 +1,5 @@
const storage = require('Storage');
require("Font6x12").add(Graphics);
require("Font6x8").add(Graphics);
require("Font8x12").add(Graphics);
require("Font7x11Numeric7Seg").add(Graphics);
@ -257,7 +255,6 @@ function draw() {
g.setColor(0, 0, 0);
g.setFont("6x12");
if(dataJson && dataJson.weather) drawWeather(dataJson.weather);
if(dataJson && dataJson.tasks) drawTasks(dataJson.tasks);

View File

@ -1,7 +1,7 @@
{ "id": "advcasio",
"name": "Advanced Casio Clock",
"shortName":"advcasio",
"version":"0.01",
"version":"0.02",
"description": "An over-engineered clock inspired by Casio watches. It has a 4 days weather, a timer using swipe and a scratchpad. Can be updated using a dedicated webapp.",
"icon": "app.png",
"tags": "clock",