Library for N5110 Screen - fixed example code

Fork of N5110 by Craig Evans

History

Removed glyph and use GPIO for power as default default tip

2017-11-02, by eendmo [Thu, 02 Nov 2017 12:48:58 +0000] rev 46

Removed glyph and use GPIO for power as default


Example code modified to remove compilation error on undeclared "gylph" array variable

2017-11-02, by eendmo [Thu, 02 Nov 2017 11:43:30 +0000] rev 45

Example code modified to remove compilation error on undeclared "gylph" array variable


Separated out contrast, bias and temp coefficient methods. Modified init method to take this into account. Can now dynamically control contrast at run-time which makes it easier to account for natural variation between individual LCD displays.

2017-11-01, by eencae [Wed, 01 Nov 2017 20:48:05 +0000] rev 44

Separated out contrast, bias and temp coefficient methods. Modified init method to take this into account. Can now dynamically control contrast at run-time which makes it easier to account for natural variation between individual LCD displays.


Fix line rendering when direction is negative

2017-03-21, by valavanisalex [Tue, 21 Mar 2017 11:46:14 +0000] rev 43

Fix line rendering when direction is negative


setPixel() now accepts a state parameter. clearPixel() deprecated

2017-03-21, by valavanisalex [Tue, 21 Mar 2017 10:43:19 +0000] rev 42

setPixel() now accepts a state parameter. clearPixel() deprecated


Fix Bitmap error checking

2017-03-08, by valavanisalex [Wed, 08 Mar 2017 16:13:08 +0000] rev 41

Fix Bitmap error checking


Add Bitmap rendering code

2017-03-08, by valavanisalex [Wed, 08 Mar 2017 15:48:48 +0000] rev 40

Add Bitmap rendering code


merge

2017-03-08, by valavanisalex [Wed, 08 Mar 2017 14:20:01 +0000] rev 39

merge


Added Bitmap class to simplify sprite support

2017-03-08, by valavanisalex [Wed, 08 Mar 2017 14:12:42 +0000] rev 38

Added Bitmap class to simplify sprite support


Updated example code.

2017-03-07, by eencae [Tue, 07 Mar 2017 16:59:03 +0000] rev 37

Updated example code.