Browse Source

readme file with instructions

master
T. Meissner 10 years ago
parent
commit
0e0e1cca8c
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      st7565-lcd/README.md

+ 14
- 0
st7565-lcd/README.md View File

@ -0,0 +1,14 @@
# raspilcd
## dependencies
* BCM2835 library: [(http://www.airspayce.com/mikem/bcm2835/](http://www.airspayce.com/mikem/bcm2835/index.html)
* GNAT compiler: `sudo apt-get install gnat`
## building
`gnat gnatmake raspilcd.adb -largs /usr/local/lib/libbcm2835.a`
## using
`sudo ./raspilcd test.bmp`

Loading…
Cancel
Save