SPI based library for the ST7735 LCD controller.

Dependents:   RayCastingEngine RETRO_LCD_PerformanceTest RETRO_loop_test RETRO_RickGame ... more

Revisions of LCD_ST7735.cpp

Revision Date Message Actions
15:516f15979b53 2015-03-01 Fixed a bug in fill rectangle that excluded the last pixels when the rectangle had a height of 2 pixels. File  Diff  Annotate
14:c94d0a2c2ba0 2015-02-01 Added broad font clipping and fixed bug in fillRect File  Diff  Annotate
13:a559617cdf94 2015-02-01 Improved font handling and added an OEM font. Added a means to measure the width and height of a string rendered with a font File  Diff  Annotate
12:146a55dccb22 2015-01-25 Fixed a bug in FillRect taking a border and fill color that would overflow if the rect was less that 3 wide or high. File  Diff  Annotate
9:7ecd74dcb8ef 2014-10-25 Removed setPixelFast File  Diff  Annotate
8:12f16befa7e1 2014-10-25 Added support for RGB and BGR panels File  Diff  Annotate
7:f39c980a589c 2014-10-05 Improved the ability for fast SPI to work with the standard mbed SPI File  Diff  Annotate
6:67d3d4a953e0 2014-10-05 Increased SPI frequency to 15Mhz File  Diff  Annotate
5:21c987ee68d2 2014-10-05 Fixed initialization routine and added fast SPI handling for the LPC11U24 File  Diff  Annotate
4:88d22437119c 2014-09-21 Some minor code clean-up and performance enhancements. Added an additional fillRect that does not have a border File  Diff  Annotate
3:451148656b76 2014-09-20 Added support for setting the screen orientation and determining the screen width and height based on the orientation. File  Diff  Annotate
1:33ff5fad4320 2014-09-20 Added support for: File  Diff  Annotate
0:7b3fb3085867 2014-09-19 Initial commit of the library File  Diff  Annotate