-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
NokiaLCD | ||
======== | ||
|
||
Driver library for the Nokia 5110 graphics LCD display | ||
Driver library for the Nokia 5110 graphics LCD display | ||
|
||
This library provides support for the common Nokia 5110 LCD display. | ||
This display supports full monochrome graphics: 84 cols x 48 rows, | ||
with a white LED backlight. It may be possible to extend support to | ||
other displays by changing the display parameters and cmds. | ||
|
||
There are two types of support: character based and graphics based. | ||
The class inherits from Print, so all print functions are also | ||
available including C++ streaming. |