Skip to content

Commit f369a0b

Browse files
committed
Initial commit
1 parent c9ea882 commit f369a0b

File tree

2 files changed

+413
-1
lines changed

2 files changed

+413
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
# arduino-nixie
2-
Code for Arduino Nano in RLB Designs IN-12/17 clock
2+
Code for Arduino Nano in RLB Designs IN-12/17 clock v5.0
3+
featuring timekeeping by DS1307 RTC and six digits multiplexed 3x2 via two SN74141 driver chips
4+
5+
This is an alternate codebase that is very much in progress!
6+
7+
## Current feature set
8+
* Normal running mode
9+
* Display shows a simple 4-digit counter, which increments when you press S5.
10+
* SETUP menu
11+
* To enter the SETUP menu, hold S5 for 5 seconds. This is a numbered menu; the small tubes show the current menu item (listed below), and the big tubes show its selected setting.
12+
* Press S5 to advance through the items; press S2/S3 to change the setting up and down.
13+
* Hold S5 to exit.
14+
15+
### SETUP menu options
16+
No. | Menu Item | Possible Settings
17+
1 | Dimming | 0 = Normal running mode (the counter) will display at full brightness<br/>1 = Normal running mode will display dim (25% duty cycle)
18+
2 | Nothing | Any number from 1 to 7. Has no effect yet.
19+
3 | Nothing | Any number from 1 to 13. Has no effect yet.

0 commit comments

Comments
 (0)