This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
raspberrypi
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
readme file with instructions
master
T. Meissner
11 years ago
parent
29b696e57f
commit
0e0e1cca8c
1 changed files
with
14 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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`
Write
Preview
Loading…
Cancel
Save