From ae2f296b2c38fbabc4c122b78c8072b6c6b61db2 Mon Sep 17 00:00:00 2001 From: hughbarney Date: Thu, 18 Mar 2021 12:03:24 +0000 Subject: [PATCH] removed LCD1.write() from arrow as it was keeping LCD on --- apps.json | 2 +- apps/arrow/ChangeLog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 2f158ca79..97674717a 100644 --- a/apps.json +++ b/apps.json @@ -2897,7 +2897,7 @@ "name": "Arrow Compass", "icon": "arrow.png", "type":"app", - "version":"0.03", + "version":"0.04", "description": "Moving arrow compass that points North, shows heading, with tilt correction. Based on jeffmer's Navigation Compass", "tags": "tool,outdoors", "readme": "README.md", diff --git a/apps/arrow/ChangeLog b/apps/arrow/ChangeLog index 73862a44c..2f1b2b4c4 100644 --- a/apps/arrow/ChangeLog +++ b/apps/arrow/ChangeLog @@ -1,3 +1,4 @@ 0.01: First version 0.02: Moved arrow image load to global scope 0.03: faster drawCompass() function, does not cause buttons to become unresponsive +0.04: removed LCD1.write() as it was keeping LCD on