A simple PCD8544 LCD (Nokia3310/5110) driver. Target board is Raspberry Pi. This driver uses 5 GPIOs on target board with a bit-bang SPI implementation (hence, may not be as fast but seems fast enough). Makes use of WiringPI-library of Gordon Henderson (https://projects.drogon.net/raspberry-pi/wiringpi/)
Copyright (C) 2010 Limor Fried, Adafruit Industries CORTEX-M3 version by Le Dang Dung, 2011 [email protected] (tested on LPC1769) Raspberry Pi version by Andre Wussow, 2012, [email protected]
Version 0.1.1 bugfixes (and misc. modifications) by: kkjaer rumpelrausch jezjestem Noisyfox fardke roddi
All changes were compiled by Morlok8k
Version 0.1: Initial release by Andre Wussow (aka binerry)
For more informations please visit http://binerry.de/post/25787954149/pcd8544-library-for-raspberry-pi.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.