Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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")