removed LCD1.write() from arrow as it was keeping LCD on
parent
b997bd9f6b
commit
ae2f296b2c
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue