Skip to content

Morlok8k/raspPi_PCD8544_LCD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

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

Versions

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.

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.

About

PCD8544 LCD Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.1%
  • C++ 7.1%
  • Shell 0.8%