Skip to content

Commit 1116da4

Browse files
committed
Best-laid plans... again
1 parent 88fbb79 commit 1116da4

File tree

1 file changed

+19
-23
lines changed

1 file changed

+19
-23
lines changed

README.md

Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is an alternate codebase that is very much in progress!
1414
* Push to cycle through options (listed below); turn to set; hold to exit.
1515

1616
| Option | Possible Settings |
17-
| --- | --- | --- |
17+
| --- | --- |
1818
| 1. Dimming | 0 = Normal running mode will display at full brightness<br/>1 = Normal running mode will display dim (25% duty cycle) |
1919
| 2. Nothing | Any number from 1 to 7. Has no effect yet. |
2020
| 3. Nothing | Any number from 1 to 13. Has no effect yet. |
@@ -48,53 +48,49 @@ This is an alternate codebase that is very much in progress!
4848

4949
## Proposed instructions
5050

51-
_These instructions are for a clock equipped with a single knob/button (rotary encoder). Instructions will vary with the controls equipped and options selected in code. If a hardware alarm switch is equipped (e.g. in a clock radio), *Alarm* will have no software switch._
51+
_These instructions are for a clock equipped with a single knob/button (rotary encoder). Instructions will vary with the controls equipped and options selected in code. If a hardware alarm switch is equipped, **Alarm** may have no software switch._
5252

53-
Turn the knob to see each of the clock's functions:
53+
**Turn the knob to see each of the clock's functions:**
5454

55-
* *Time*
55+
* **Time**
5656
* Shows the current time of day. (Choose 12h or 24h format in Setup.)
57-
* To set, hold 'til display flashes; turn to set (in 24h format), and push to save. Seconds will reset to zero.
58-
* *Date*
57+
* To set, hold 'til display flashes; turn to set (in 24h format), and push to save at top of minute (seconds will set to :00).
58+
* **Date**
5959
* Shows month, date, and weekday as 0=Sunday, 6=Saturday. (Choose month/date or date/month in Setup.)
6060
* To set, hold 'til display flashes; then set year, then month, then date.
61-
* *Alarm*
61+
* **Alarm**
6262
* Shows alarm time (in 24h format) and whether the alarm is on (1) or off (0).
6363
* To turn alarm on or off, push the knob.
6464
* To set alarm, hold 'til display flashes; turn to set (in 24h format), and push to save.
6565
* When alarm goes off, push to snooze, or hold to silence until tomorrow.
66-
* *Timer*
66+
* **Timer**
6767
* Shows a countdown timer (or 0min 00sec when idle).
6868
* To set, hold 'til display flashes; set time (in hrs, min, sec); and press to start. Hold to cancel.
6969
* When timer goes off, push to silence.
7070

71-
Additional settings are available in the *Setup* menu.
71+
**Additional settings are available in the Setup menu.**
7272

73-
* To enter *Setup*, hold for 3 seconds.
73+
* To enter **Setup**, hold for 3 seconds.
7474
* Shows option number on small tubes, and current setting on big tubes.
7575
* Push to cycle through options (listed below); turn to set; hold to exit.
7676

7777
| Option | Possible Settings |
7878
| --- | --- |
79-
| | *Display* |
80-
| 1. Time format | *12*- or *24*-hour<br/>(time display only; setting is always done in 24h) |
79+
| 1. Time format | 12- or 24-hour (time display only; setting is always done in 24h) |
8180
| 2. Date display | 1 = month/date/weekday<br/>2 = date/month/weekday |
82-
| 3. Display date during time? | 0 = never<br/>1 = date instead of seconds<br/>2 = full date each minute at :30 seconds |
83-
| 4. Leading zero in hour, date, and month? | 0 = no, 1 = yes |
84-
| 5. Transition fade | 0–50 (1/100ths of a second) |
85-
| 6. Digit cycle | 0 = before midnight and/or before day-off<br/>1 = each hour at :01 minute<br/>(This helps prevent [cathode poisoning](http://www.tube-tester.com/sites/nixie/different/cathode%20poisoning/cathode-poisoning.htm).)
86-
| | *Timekeeping* |
87-
| 7. Daylight saving time | Automatically set clock 1hr forward/back at 2am local time on these dates: |
88-
| | 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) |
89-
| 8. Hourly strike | (Non-clock-radios only)<br/>0 = off<br/>1 = beep<br/>2 = pips<br/>3 = strike<br/>4 = ship's bell<br/>(Clocks without radio/timer control only. Will not sound during day-off or night-off.) |
81+
| 3. Display date during time? | 0 = never<br/>1 = date instead of seconds<br/>2 = full date (as above) each minute at :30 seconds |
82+
| 4. Leading zero in hour, date, and month? | 0 = no<br/>1 = yes |
83+
| 5. Transition fade | 0–50 (in hundredths of a second) |
84+
| 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 = each hour at :01 minute |
85+
| 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) |
86+
| 8. Hourly strike | 0 = off<br/>1 = beep<br/>2 = pips<br/>3 = strike<br/>4 = ship's bell<br/>(Clocks without radio/timer control only. Will not sound during day-off or night-off.) |
9087
| 9. Snooze duration | 0–60 minutes. 0 disables snooze. |
9188
| 10. Fine regulation | Adjusts clock's timekeeping in tenths of a second per week. 500 is "normal." (e.g.: 503 causes clock to run 0.3s faster per week.) |
9289
| | *Night-off mode* – Dim or shut off the tubes daily. |
93-
| 11. Brightness | 0 = normal (no change)<br/>1 = dimmed<br/>2 = shut off |
90+
| 11. Night-off mode | 0 = normal (no change)<br/>1 = dim tubes at night<br/>2 = shut off tubes at night |
9491
| 12. Night starts at | Time of day |
9592
| 13. Night ends at | Time of day. Set to 99:99 to use the alarm time. |
96-
| | *Day-off mode* – To save tube life, shut off tubes during the day when you're not around. |
97-
| 14. Type | 0 = normal (no change)<br/>1 = office mode (shut off all day on weekends)<br/>2 = home mode (shut off during office hours |
93+
| 14. Day-off mode | To save tube life, shut off tubes during the day when you're not around.<br/>0 = normal (no change)<br/>1 = office mode (shut off all day on weekends)<br/>2 = home mode (shut off during office hours) |
9894
| 15. First day of work week | 0–6 (Sunday–Saturday) |
9995
| 16. Last day of work week | 0–6 (Sunday–Saturday) |
10096
| 17. Work starts at | Time of day |

0 commit comments

Comments
 (0)