LED Dot Matrix Display: Difference between revisions

From HackerDojo Wiki
Jump to navigation Jump to search
(Created page with "== Osram PDSP 1881 == 8 digit 5x7 dot matrix capable of standard alphanumeric upper and lower case display. This version "1881" is yellow, also available in red and green. Also PDSP 188x, i.e., 1880, 1881, 1882, 1883, 1884 [https://mm.digikey.com/Volume0/opasdata/d220001/medias/docus/2162/PDSP1880-84_2006-03-30.pdf Datasheet PDSP 1880-1884] [https://hackaday.io/project/179959-retro-alphanumeric-led-displays-libraries/log/193210-pdsp-1881-16x4-display/ hackaday.io pro...")
 
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
[https://mm.digikey.com/Volume0/opasdata/d220001/medias/docus/2162/PDSP1880-84_2006-03-30.pdf Datasheet PDSP 1880-1884]
[https://mm.digikey.com/Volume0/opasdata/d220001/medias/docus/2162/PDSP1880-84_2006-03-30.pdf Datasheet PDSP 1880-1884]


[https://hackaday.io/project/179959-retro-alphanumeric-led-displays-libraries/log/193210-pdsp-1881-16x4-display/ hackaday.io project]
=== Pin Out ===
 
<pre>
1  Reset          30 D7
2  Flash          29 D6
3  A0              28 D5
4  A1              27 D4
5  A2              26 D3
6  A3              25 D2
7  No Pin          24 No Pin
8  No Pin          23 No Pin
9  No Pin          22 No Pin
10 A4              21 D1
11 Clock Select    20 D0
12 Clock in/out    19 Read
13 Write          18 Ground
14 Chip Enable    17 Not Connected
15 Vcc (5 volt)    16 Ground
</pre>
 
[https://hackaday.io/project/179959-retro-alphanumeric-led-displays-libraries hackaday.io project]

Latest revision as of 13:49, 2 January 2024

Osram PDSP 1881

8 digit 5x7 dot matrix capable of standard alphanumeric upper and lower case display. This version "1881" is yellow, also available in red and green.

Also PDSP 188x, i.e., 1880, 1881, 1882, 1883, 1884

Datasheet PDSP 1880-1884

Pin Out

1  Reset           30 D7
2  Flash           29 D6
3  A0              28 D5
4  A1              27 D4
5  A2              26 D3
6  A3              25 D2
7  No Pin          24 No Pin
8  No Pin          23 No Pin
9  No Pin          22 No Pin
10 A4              21 D1
11 Clock Select    20 D0
12 Clock in/out    19 Read
13 Write           18 Ground
14 Chip Enable     17 Not Connected
15 Vcc (5 volt)    16 Ground

hackaday.io project