Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdky committed Nov 12, 2012
1 parent 8141137 commit 5d3a51d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
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.

0 comments on commit 5d3a51d

Please sign in to comment.