From cbb38ec1ceb54db23826c476e0efdbd496b048a6 Mon Sep 17 00:00:00 2001 From: hughbarney Date: Wed, 24 Nov 2021 20:18:29 +0000 Subject: [PATCH] Pastel: added cycle through info items to bottom of screen --- apps/pastel/pastel.app.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/apps/pastel/pastel.app.js b/apps/pastel/pastel.app.js index 017162d73..013a010cf 100644 --- a/apps/pastel/pastel.app.js +++ b/apps/pastel/pastel.app.js @@ -145,11 +145,9 @@ function draw() { } } - if (settings.date) { - g.setFontLatoSmall(); - g.setFontAlign(0, -1); - g.drawString((infoData[infoMode].calc()), w/2, h - 24 - 24); - } + g.setFontLatoSmall(); + g.setFontAlign(0, -1); + g.drawString((infoData[infoMode].calc()), w/2, h - 24 - 24); } // Only update when display turns on