From 97938355be5cfbc8aea885f8732f6941e4f6255f Mon Sep 17 00:00:00 2001 From: JV <61598758+yngv27@users.noreply.github.com> Date: Mon, 23 Aug 2021 16:42:28 -0400 Subject: [PATCH] Update README.md --- apps/nixie/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/nixie/README.md b/apps/nixie/README.md index 7280800e9..17a49ebad 100644 --- a/apps/nixie/README.md +++ b/apps/nixie/README.md @@ -1,6 +1,7 @@ -Nixie clock +## Nixie clock -This clock displays the time in nixie-inspired numerals. +This clock displays the time in nixie-inspired numerals and works on both Bangle versions (1 and 2). It uses a generic +coordinate system (0 <= width < 1) and has helper functions to use inline. The app makes use of a module called "m_vatch" which manages all the timers, and makes calls to functions in the 'main' file to manage drawing the background, time, and any data like sensor info, step counters, battery, etc. The idea is that it is