SPI based library for the ST7735 LCD controller.

Dependents:   RayCastingEngine RETRO_LCD_PerformanceTest RETRO_loop_test RETRO_RickGame ... more

Changes

RevisionDateWhoCommit message
15:516f15979b53 2015-03-01 taylorza Fixed a bug in fill rectangle that excluded the last pixels when the rectangle had a height of 2 pixels. default tip
14:c94d0a2c2ba0 2015-02-01 taylorza Added broad font clipping and fixed bug in fillRect
13:a559617cdf94 2015-02-01 taylorza Improved font handling and added an OEM font. Added a means to measure the width and height of a string rendered with a font
12:146a55dccb22 2015-01-25 taylorza Fixed a bug in FillRect taking a border and fill color that would overflow if the rect was less that 3 wide or high.
11:f86ce02e37cd 2015-01-22 taylorza Exposed more of the internals for inheritance
10:2750b87877d9 2015-01-21 taylorza Made SPI command methods protected to allow more extensiblity. Thanks to suggestion by @Architect
9:7ecd74dcb8ef 2014-10-25 taylorza Removed setPixelFast
8:12f16befa7e1 2014-10-25 taylorza Added support for RGB and BGR panels
7:f39c980a589c 2014-10-05 taylorza Improved the ability for fast SPI to work with the standard mbed SPI
6:67d3d4a953e0 2014-10-05 taylorza Increased SPI frequency to 15Mhz
5:21c987ee68d2 2014-10-05 taylorza Fixed initialization routine and added fast SPI handling for the LPC11U24
4:88d22437119c 2014-09-21 taylorza Some minor code clean-up and performance enhancements. Added an additional fillRect that does not have a border
3:451148656b76 2014-09-20 taylorza Added support for setting the screen orientation and determining the screen width and height based on the orientation.
2:43f08d03a7e2 2014-09-20 taylorza Add color constants based on the Windows 16 color palette
1:33ff5fad4320 2014-09-20 taylorza Added support for:
0:7b3fb3085867 2014-09-19 taylorza Initial commit of the library