SPI based library for the ST7735 LCD controller.

Dependents:   RayCastingEngine RETRO_LCD_PerformanceTest RETRO_loop_test RETRO_RickGame ... more

History

Fixed a bug in fill rectangle that excluded the last pixels when the rectangle had a height of 2 pixels. default tip

2015-03-01, by taylorza [Sun, 01 Mar 2015 16:30:42 +0000] rev 15

Fixed a bug in fill rectangle that excluded the last pixels when the rectangle had a height of 2 pixels.


Added broad font clipping and fixed bug in fillRect

2015-02-01, by taylorza [Sun, 01 Feb 2015 06:49:14 +0000] rev 14

Added broad font clipping and fixed bug in fillRect


Improved font handling and added an OEM font. Added a means to measure the width and height of a string rendered with a font

2015-02-01, by taylorza [Sun, 01 Feb 2015 05:09:49 +0000] rev 13

Improved font handling and added an OEM font. Added a means to measure the width and height of a string rendered with a font


Fixed a bug in FillRect taking a border and fill color that would overflow if the rect was less that 3 wide or high.

2015-01-25, by taylorza [Sun, 25 Jan 2015 06:53:17 +0000] rev 12

Fixed a bug in FillRect taking a border and fill color that would overflow if the rect was less that 3 wide or high.


Exposed more of the internals for inheritance

2015-01-22, by taylorza [Thu, 22 Jan 2015 01:53:06 +0000] rev 11

Exposed more of the internals for inheritance


Made SPI command methods protected to allow more extensiblity. Thanks to suggestion by @Architect

2015-01-21, by taylorza [Wed, 21 Jan 2015 01:31:23 +0000] rev 10

Made SPI command methods protected to allow more extensiblity. Thanks to suggestion by @Architect


Removed setPixelFast

2014-10-25, by taylorza [Sat, 25 Oct 2014 04:15:30 +0000] rev 9

Removed setPixelFast


Added support for RGB and BGR panels

2014-10-25, by taylorza [Sat, 25 Oct 2014 04:10:47 +0000] rev 8

Added support for RGB and BGR panels


Improved the ability for fast SPI to work with the standard mbed SPI

2014-10-05, by taylorza [Sun, 05 Oct 2014 23:57:36 +0000] rev 7

Improved the ability for fast SPI to work with the standard mbed SPI


Increased SPI frequency to 15Mhz

2014-10-05, by taylorza [Sun, 05 Oct 2014 22:26:57 +0000] rev 6

Increased SPI frequency to 15Mhz