Simple library for interfacing to Nokia 5110 LCD display (as found on the SparkFun website).

Dependents:   Labirint_Emir_Anesa

Fork of N5110 by Craig Evans

History

Projekat: Labirint; Anesa Drakovac; Emir Muja?i? default tip

2014-06-09, by tim008 [Mon, 09 Jun 2014 08:03:18 +0000] rev 10

Projekat: Labirint; Anesa Drakovac; Emir Muja?i?


printString() has been modified. Rather than sending the string to the display using the printChar(), it now writes the character bitmap data to the screen buffer and refreshes the display. This means that pixels and strings can now be used together.

2014-05-20, by eencae [Tue, 20 May 2014 19:43:52 +0000] rev 9

printString() has been modified. Rather than sending the string to the display using the printChar(), it now writes the character bitmap data to the screen buffer and refreshes the display. This means that pixels and strings can now be used together.


Added plot function (untested).

2014-05-19, by eencae [Mon, 19 May 2014 18:45:48 +0000] rev 8

Added plot function (untested).


Modified refresh() function so that the address is reset to (0,0) before sending the entire screen buffer to the display. Ensures the origin of the buffer coincides with the top-left pixel. This may not be the case after printing strings.

2014-05-19, by eencae [Mon, 19 May 2014 18:23:21 +0000] rev 7

Modified refresh() function so that the address is reset to (0,0) before sending the entire screen buffer to the display. Ensures the origin of the buffer coincides with the top-left pixel. This may not be the case after printing strings.


Documentation complete. Functions are all tested. Note that strings and characters are deleted from the display if the refresh() function is called.; ; TODO:; ; Instead of printing strings and characters to the display, they are written to the buffer.

2014-01-27, by eencae [Mon, 27 Jan 2014 18:41:45 +0000] rev 6

Documentation complete. Functions are all tested. Note that strings and characters are deleted from the display if the refresh() function is called.; ; TODO:; ; Instead of printing strings and characters to the display, they are written to the buffer.


Updated docs.

2014-01-26, by eencae [Sun, 26 Jan 2014 20:18:45 +0000] rev 5

Updated docs.


Updated docs.

2014-01-26, by eencae [Sun, 26 Jan 2014 20:14:07 +0000] rev 4

Updated docs.


Added documentation.

2014-01-26, by eencae [Sun, 26 Jan 2014 20:09:15 +0000] rev 3

Added documentation.


Added documentation and additional testing.

2014-01-26, by eencae [Sun, 26 Jan 2014 20:06:58 +0000] rev 2

Added documentation and additional testing.


Started to add documentation. This commit is to test the publishing and documentation.

2014-01-26, by eencae [Sun, 26 Jan 2014 19:30:09 +0000] rev 1

Started to add documentation. This commit is to test the publishing and documentation.