Difference: RaspiElfDisplay (2 vs. 3)

Revision 32018-05-06 - PeterSchmid

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
%DASHBOARD{ section="banner"
Line: 20 to 20
 
LED module.jpg
LTP-305 Dot Matrix Display
Microdot pHAT.jpg
Microdot_pHAT on Raspberry Pi Zero
Changed:
<
<
https://shop.pimoroni.com/products/microdot-phat
>
>
 

Software for the Raspberry Pi

The Raspi controls the display through its I2C interface.
Changed:
<
<
I still want to use the 1802 Membership Card's Front Panel Card. That means I have to use the D-SUB connector. But there is no address bus on this connector, therefor the address is only valid as long as the DMA (load mode) is used. The data bus is not available too, you will see the data in the load mode and the output port during the run mode.
>
>
I still want to use the 1802 Membership Card's Front Panel Card. That means I have to use the D-SUB connector. But there is no address bus on this connector, therefor the address is only valid as long as the DMA (load mode) is used. The data bus is not available too, you will see the data in the load mode (DMA) and the output port during the run mode.

Python Library and Examples for Micro Dot pHAT on GitHub.

pi@cosmac:~/elf $ ls /dev/*i2c*
/dev/i2c-1

Check for the I2C devices.

pi@cosmac:~/elf $ i2cdetect -y 1
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:          -- -- -- -- -- -- -- -- -- -- -- -- -- 
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
60: -- 61 62 63 -- -- -- -- -- -- -- -- -- -- -- -- 
70: -- -- -- -- -- -- -- --
 
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback