From 0e0e1cca8c677b3bec0f85b55cc1edbfa231b205 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Sun, 19 Jan 2014 01:19:39 +0100 Subject: [PATCH] readme file with instructions --- st7565-lcd/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 st7565-lcd/README.md diff --git a/st7565-lcd/README.md b/st7565-lcd/README.md new file mode 100644 index 0000000..c11c036 --- /dev/null +++ b/st7565-lcd/README.md @@ -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` \ No newline at end of file