rpitest/libraries/c/PCD8544
2021-07-02 07:59:34 -07:00
..
samples server migration 2021-07-02 07:59:34 -07:00
PCD8544.c server migration 2021-07-02 07:59:34 -07:00
PCD8544.h server migration 2021-07-02 07:59:34 -07:00
README.md server migration 2021-07-02 07:59:34 -07:00

Raspberry Pi PCD8544 Library

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 LeeDangDung@gmail.com (tested on LPC1769) Raspberry Pi version by Andre Wussow, 2012, desk@binerry.de

For more informations please visit http://binerry.de/post/25787954149/pcd8544-library-for-raspberry-pi.

License

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.