Various projects using Raspberry Pi
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
302 B

  1. # raspilcd
  2. ## dependencies
  3. * BCM2835 library: [(http://www.airspayce.com/mikem/bcm2835/](http://www.airspayce.com/mikem/bcm2835/index.html)
  4. * GNAT compiler: `sudo apt-get install gnat`
  5. ## building
  6. `gnat gnatmake raspilcd.adb -largs /usr/local/lib/libbcm2835.a`
  7. ## using
  8. `sudo ./raspilcd test.bmp`