Port of the Adafruit PCD8544 Driver @ https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library for use in MBED Inital version only supports hardware SPI, and has been tested on a Nucleo test board. BSD license

Requires http://developer.mbed.org/users/infotech1/code/Adafruit_GFX_MBED/ to provide drawing capabilities.

Committer:
infotech1
Date:
Sun Nov 02 11:44:51 2014 +0000
Revision:
2:c70a41c0d9d8
Parent:
0:4d2abaa4de64
Fixed hardcoded Pin usage for SPI

Who changed what in which revision?

UserRevisionLine numberNew contents of line
infotech1 0:4d2abaa4de64 1 Software License Agreement (BSD License)
infotech1 0:4d2abaa4de64 2
infotech1 0:4d2abaa4de64 3 Copyright (c) 2012 Adafruit Industries. All rights reserved.
infotech1 0:4d2abaa4de64 4
infotech1 0:4d2abaa4de64 5 Redistribution and use in source and binary forms, with or without
infotech1 0:4d2abaa4de64 6 modification, are permitted provided that the following conditions are met:
infotech1 0:4d2abaa4de64 7
infotech1 0:4d2abaa4de64 8 - Redistributions of source code must retain the above copyright notice,
infotech1 0:4d2abaa4de64 9 this list of conditions and the following disclaimer.
infotech1 0:4d2abaa4de64 10 - Redistributions in binary form must reproduce the above copyright notice,
infotech1 0:4d2abaa4de64 11 this list of conditions and the following disclaimer in the documentation
infotech1 0:4d2abaa4de64 12 and/or other materials provided with the distribution.
infotech1 0:4d2abaa4de64 13
infotech1 0:4d2abaa4de64 14 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
infotech1 0:4d2abaa4de64 15 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
infotech1 0:4d2abaa4de64 16 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
infotech1 0:4d2abaa4de64 17 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
infotech1 0:4d2abaa4de64 18 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
infotech1 0:4d2abaa4de64 19 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
infotech1 0:4d2abaa4de64 20 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
infotech1 0:4d2abaa4de64 21 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
infotech1 0:4d2abaa4de64 22 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
infotech1 0:4d2abaa4de64 23 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
infotech1 0:4d2abaa4de64 24 POSSIBILITY OF SUCH DAMAGE.