N5110
Dependents: ParkingSENSOR ParkingSENSOR
Fork of N5110 by
Revision 20:afebf2ce086f, committed 2016-05-04
- Comitter:
- Reniboy
- Date:
- Wed May 04 13:27:06 2016 +0000
- Parent:
- 19:ba8addc061ea
- Commit message:
- Commit ;
Changed in this revision
N5110.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/N5110.h Thu Apr 23 18:57:52 2015 +0000 +++ b/N5110.h Wed May 04 13:27:06 2016 +0000 @@ -41,7 +41,7 @@ /** @brief 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 The display is powered from a GPIO pin meaning it can be controlled via software. The LED ight 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 The library can print primitive shapes (lines, circles, rectangles)