You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-11Lines changed: 13 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -9,23 +9,23 @@ Featuring timekeeping by DS1307 real-time clock and six digits multiplexed 3x2 v
9
9
10
10
_In these instructions, "Select" is the main pushbutton, and "Adjust" can be either a knob (rotary encoder) or a pair of up/down buttons (hold to set faster). Other variations may apply depending on the options selected in the code._
11
11
12
-
**Use Adjust to see each of the clock's functions:**(~crossed out~ = not implemented)
12
+
**Use Adjust to see each of the clock's functions:***(Alarm and Timer not yet implemented)*
13
13
14
14
***Time**
15
15
* Shows the current time of day. (Choose 12h or 24h format in Setup.)
16
16
* To set time, hold Select 'til display flashes; use Adjust to set (in 24h format), and push Select to save at the top of minute (seconds will set to :00).
17
17
***Date**
18
18
* Shows month, date, and weekday as 0=Sunday, 6=Saturday. (Choose month/date or date/month in Setup.)
19
19
* To set date, hold Select 'til display flashes; then set year, then month, then date, pushing Select to save each.
20
-
*~**Alarm**~
21
-
*~Shows alarm time (in 24h format) and whether the alarm is on (1) or off (0).~
22
-
*~To turn alarm on or off, press Select.~
23
-
*~To set alarm, hold Select 'til display flashes; use Adjust to set (in 24h format), and push Select to save.~
24
-
*~When alarm goes off, push Select to snooze, or hold to silence until tomorrow.~
25
-
*~**Timer**~
26
-
*~Shows a countdown timer (or 0min 00sec when idle).~
27
-
*~To set timer, hold Select 'til display flashes; set time (in hrs, min, sec); and push Select to start. Hold to cancel.~
28
-
*~When timer goes off, push Select to silence.~
20
+
***Alarm**
21
+
* Shows alarm time (in 24h format) and whether the alarm is on (1) or off (0).
22
+
* To turn alarm on or off, press Select.
23
+
* To set alarm, hold Select 'til display flashes; use Adjust to set (in 24h format), and push Select to save.
24
+
* When alarm goes off, push Select to snooze, or hold to silence until tomorrow.
25
+
***Timer**
26
+
* Shows a countdown timer (or 0min 00sec when idle).
27
+
* To set timer, hold Select 'til display flashes; set time (in hrs, min, sec); and push Select to start. Hold to cancel.
28
+
* When timer goes off, push Select to silence.
29
29
30
30
**Additional settings are available in the Setup menu.**
31
31
@@ -36,11 +36,13 @@ _In these instructions, "Select" is the main pushbutton, and "Adjust" can be eit
36
36
| --- | --- |
37
37
| 1. Time format | 1 = 12-hour<br/>2 = 24-hour<br/>(time-of-day display only; setting times is always done in 24h) |
| 3. Display date during time? | 0 = never<br/>1 = date instead of seconds<br/>~2 = full date (as above) every minute at :30 seconds~|
39
+
| 3. Display date during time? | 0 = never<br/>1 = date instead of seconds<br/>2 = full date (as above) every minute at :30 seconds*(not implemented)*|
40
40
| 4. Leading zero in hour, date, and month? | 0 = no<br/>1 = yes |
41
41
42
42
**Setup options not implemented yet**
43
43
44
+
| Option | Possible Settings |
45
+
| --- | --- |
44
46
| 5. Transition fade | 0–50 (in hundredths of a second) |
45
47
| 6. Digit cycle (prevents [cathode poisoning](http://www.tube-tester.com/sites/nixie/different/cathode%20poisoning/cathode-poisoning.htm)) | 0 = before midnight and/or before day-off<br/>1 = every hour before :01 minute |
46
48
| 7. Auto DST | Add 1h for daylight saving time between these dates (at 2am):<br/>0 = off<br/>1 = second Sunday in March to first Sunday in November (US/CA)<br/>2 = last Sunday in March to last Sunday in October (UK/EU)<br/>3 = first Sunday in April to last Sunday in October (MX)<br/>4 = last Sunday in September to first Sunday in April (NZ)<br/>5 = first Sunday in October to first Sunday in April (AU)<br/>6 = third Sunday in October to third Sunday in February (BZ) |
0 commit comments