Fork of Silabs MemoryLCD library

Dependents:   demoUI whrmDemoUI Host_Software_MAX32664GWEB_HR_EXTENDED Host_Software_MAX32664GWEC_SpO2_HR-_EXTE ... more

C++ library for Sharp Microelectronics 1.28 inch LCD TFT, LS013B7DH03, SPI bus. Forked from Silicon Labs MemoryLCD display driver.

History

adapt memorylcd code to use it with maxim boards default tip

2019-01-02, by gmehmet [Wed, 02 Jan 2019 13:20:35 +0300] rev 12

adapt memorylcd code to use it with maxim boards


Implement Paul Staron's enhancements to the display driver classes, from https://developer.mbed.org/users/star297/code/MemoryLCD/rev/b64f87859c57

2015-08-12, by stevew817 [Wed, 12 Aug 2015 14:06:07 +0000] rev 11

Implement Paul Staron's enhancements to the display driver classes, from https://developer.mbed.org/users/star297/code/MemoryLCD/rev/b64f87859c57


Use masking instead of modulo to speed up operation of pixel()

2015-08-12, by stevew817 [Wed, 12 Aug 2015 13:32:01 +0000] rev 10

Use masking instead of modulo to speed up operation of pixel()


Prevent pixel(..) from writing outside of the framebuffer boundary.

2015-07-30, by stevew817 [Thu, 30 Jul 2015 09:01:02 +0000] rev 9

Prevent pixel(..) from writing outside of the framebuffer boundary.


typo.

2015-07-30, by stevew817 [Thu, 30 Jul 2015 08:54:55 +0000] rev 8

typo.


Did not account for going over the BMP boundary... Thanks Paul!; Also updated documentation a bit.

2015-07-30, by stevew817 [Thu, 30 Jul 2015 08:51:58 +0000] rev 7

Did not account for going over the BMP boundary... Thanks Paul!; Also updated documentation a bit.


Update to showBMP() function and buffer type to support display widths that are not a multiple of 32.

2015-07-29, by stevew817 [Wed, 29 Jul 2015 09:03:13 +0000] rev 6

Update to showBMP() function and buffer type to support display widths that are not a multiple of 32.


Added circle function

2015-06-09, by srodk [Tue, 09 Jun 2015 14:48:20 +0000] rev 5

Added circle function


Get rid of reference to FILE to save a bunch of program size.

2015-05-28, by stevew817 [Thu, 28 May 2015 16:05:09 +0000] rev 4

Get rid of reference to FILE to save a bunch of program size.


CallbackPointer.h got deprecated

2015-05-05, by stevew817 [Tue, 05 May 2015 14:32:28 +0000] rev 3

CallbackPointer.h got deprecated