From a2e352229ab41c601ef9e0b5cd281c43d07c5b90 Mon Sep 17 00:00:00 2001 From: Tony Robinson Date: Tue, 5 Sep 2023 18:10:50 +0100 Subject: [PATCH] Missed a comment update Signed-off-by: Tony Robinson --- watch_faces/resistor_clock.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/watch_faces/resistor_clock.py b/watch_faces/resistor_clock.py index 4dc17e1..6986b2f 100644 --- a/watch_faces/resistor_clock.py +++ b/watch_faces/resistor_clock.py @@ -6,6 +6,8 @@ Following https://hackaday.com/2021/07/15/a-perfect-clock-for-any-hackers-ohm display the time as HHMMSS DDMMYYY in 6+8 bands using the resistor colour code. +This is very good if you want to learn the resistor colour codes, you pick them up very rapidly. + Colours taken from https://people.duke.edu/~ng46/topics/color-code.htm (grey moved from CCCCCC to C0C0C0) Code adapted from fibonacci_clock.py by Johannes Wache