a modified version of N5110 library to be used with freescale boards
Revision 5:6ea180eef702, committed 2014-01-26
- Comitter:
- eencae
- Date:
- Sun Jan 26 20:18:45 2014 +0000
- Parent:
- 4:e923c54c1c7d
- Child:
- 6:adb79338d40f
- Commit message:
- Updated docs.
Changed in this revision
| N5110.cpp | Show annotated file Show diff for this revision Revisions of this file |
| N5110.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/N5110.cpp Sun Jan 26 20:14:07 2014 +0000 +++ b/N5110.cpp Sun Jan 26 20:18:45 2014 +0000 @@ -1,3 +1,9 @@ +/** +@file N5110.cpp + +@brief Member functions implementations + +*/ #include "mbed.h" #include "N5110.h"
--- a/N5110.h Sun Jan 26 20:14:07 2014 +0000 +++ b/N5110.h Sun Jan 26 20:18:45 2014 +0000 @@ -1,18 +1,7 @@ /** @file N5110.h -@brief Simple library for interfacing with Nokia 5110 LCD display (https://www.sparkfun.com/products/10168) using the hardware SPI on the mbed. -@brief The display is powered from a GPIO pin meaning it can be controlled via software. The LED backlight is also software-controllable (via PWM pin). -@brief Can print characters and strings to the display using the included 5x7 font. -@brief The library also implements a screen buffer so that individual pixels on the display (84 x 48) can be set, cleared and read. - -@brief Acknowledgements to Chris Yan's Nokia_5110 Library. - -@brief Revision 1.0 - -@author Craig A. Evans -@date January 2014 - +@brief Header file containing member functions and variables */ @@ -45,7 +34,18 @@ #include "mbed.h" -/** Class for interfacing with Nokia 5110 LCD display +/** +@brief Simple library for interfacing with Nokia 5110 LCD display (https://www.sparkfun.com/products/10168) using the hardware SPI on the mbed. +@brief The display is powered from a GPIO pin meaning it can be controlled via software. The LED backlight is also software-controllable (via PWM pin). +@brief Can print characters and strings to the display using the included 5x7 font. +@brief The library also implements a screen buffer so that individual pixels on the display (84 x 48) can be set, cleared and read. + +@brief Acknowledgements to Chris Yan's Nokia_5110 Library. + +@brief Revision 1.0 + +@author Craig A. Evans +@date January 2014 * * Example: * @code