more notes for a bad memory - - -
Testing an 8 digit 7 segment display with 8 leds and 8 buttons
Objective
show temperatures etc and control via push buttons for headless Pi
I used this llink (with thanks)
# download the latest version of the library, say bcm2835-1.xx.tar.gz, then:
tar zxvf bcm2835-1.xx.tar.gz
cd bcm2835-1.xx
./configure
make
sudo make check
sudo make install
$ wget https://github.com/downloads/mjoldfield/pi-tm1638/pi-tm1638-1.0.tar.gz
$ tar xzvf pi-tm1638-1.0.tar.gz
$ cd pi-tm1638-1.0
$ ./configure
$ make
$ sudo make install
examples pre-loaded
Please email me if you want to swap notes
more to come . . .