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.

17 lines
433 B

10 years ago
10 years ago
10 years ago
  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. `gnatmake raspilcd.adb -largs /usr/local/lib/libbcm2835.a`
  7. ## using
  8. `sudo ./raspilcd test.bmp`
  9. ## voilá :)
  10. ![image](https://lh6.googleusercontent.com/-P-_f2-KJT7M/UtccE_iookI/AAAAAAAACss/cofis5sWc54/w1158-h869-no/lcd_grafik.jpg)