Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anachrocomputer/hmdl2416
Arduino sketch to display characters on an HMDL2416 16-segment LED display.
https://github.com/anachrocomputer/hmdl2416
16-segment arduino display hmdl-2416 hmdl2416 hp led sixteen-segment-display starburst
Last synced: about 2 months ago
JSON representation
Arduino sketch to display characters on an HMDL2416 16-segment LED display.
- Host: GitHub
- URL: https://github.com/anachrocomputer/hmdl2416
- Owner: anachrocomputer
- Created: 2024-03-18T20:51:02.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-18T21:06:35.000Z (10 months ago)
- Last Synced: 2024-03-18T22:26:08.406Z (10 months ago)
- Topics: 16-segment, arduino, display, hmdl-2416, hmdl2416, hp, led, sixteen-segment-display, starburst
- Language: C++
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HMDL2416 #
Small sketch for the Arduino to display characters on an HMDL2416.
This is a 16-segment LED display originally made by Hewlett Packard.
It accepts 7-bit ASCII codes on pins D0-D6.## Connections ##
| Name | Arduino Pin | HMDL2416 Pin |
|:-----|:------------|:-------------|
| WR | 7 | 6 |
| A0 | 8 | 8 |
| A1 | 9 | 7 |
| CS | 10 | 1 |
| D0 | 0 | 11 |
| D1 | 1 | 12 |
| D2 | 2 | 13 |
| D3 | 3 | 14 |
| D4 | 4 | 17 |
| D5 | 5 | 16 |
| D6 | 6 | 15 |
| GND | Gnd | 2, 4, 10 |
| VCC | +5V | 3, 9, 18 |## Photo of LEDs in HMDL2416 ##
![HMDL2416 LEDs](HMDL2416.jpg "HMDL2416 LEDs")