Fork of David Smart's RA8875 library

Fork of RA8875 by David Smart

History

Fixes for vertical line wrap. default tip

2014-03-13, by hexley [Thu, 13 Mar 2014 17:24:45 +0000] rev 46

Fixes for vertical line wrap.


Remove the destructor documentation - since we don't destroy the display.

2014-03-10, by WiredHome [Mon, 10 Mar 2014 23:53:40 +0000] rev 45

Remove the destructor documentation - since we don't destroy the display.


Layer support is nearly complete. It is functioning, but might benefit from a little refactoring of the API for transparency and mode.

2014-03-10, by WiredHome [Mon, 10 Mar 2014 11:40:56 +0000] rev 44

Layer support is nearly complete. It is functioning, but might benefit from a little refactoring of the API for transparency and mode.


Initial support (not yet complete) for more screen resolutions and for display layers.

2014-03-09, by WiredHome [Sun, 09 Mar 2014 23:45:23 +0000] rev 43

Initial support (not yet complete) for more screen resolutions and for display layers.


Added initial support for .ico file format (does not yet account for them being 2 x height for the mask), but this permitted generalizing the API for loading an image from the file system.

2014-02-23, by WiredHome [Sun, 23 Feb 2014 17:58:39 +0000] rev 42

Added initial support for .ico file format (does not yet account for them being 2 x height for the mask), but this permitted generalizing the API for loading an image from the file system.


Added PrintScreen method, to capture the current image to a file system.; Improved performance of pixel streaming (rendering a bitmap and capturing a bitmap).; Ran performance checks, then disabled debug and the performance information.

2014-02-08, by WiredHome [Sat, 08 Feb 2014 17:35:45 +0000] rev 41

Added PrintScreen method, to capture the current image to a file system.; Improved performance of pixel streaming (rendering a bitmap and capturing a bitmap).; Ran performance checks, then disabled debug and the performance information.


Revise SetTextFontSize( ) to require only 1 parameter, and change the type from unsigned to signed to permit easier default detection.

2014-02-04, by WiredHome [Tue, 04 Feb 2014 02:58:06 +0000] rev 40

Revise SetTextFontSize( ) to require only 1 parameter, and change the type from unsigned to signed to permit easier default detection.


Preparing code for additional optimizations for RA8875 register access.

2014-01-26, by WiredHome [Sun, 26 Jan 2014 02:02:29 +0000] rev 39

Preparing code for additional optimizations for RA8875 register access.


Small performance optimizations only.

2014-01-25, by WiredHome [Sat, 25 Jan 2014 21:18:03 +0000] rev 38

Small performance optimizations only.


major API tweak to use typedef's for pixel locations, dimensions, and text locations.

2014-01-25, by WiredHome [Sat, 25 Jan 2014 19:47:33 +0000] rev 37

major API tweak to use typedef's for pixel locations, dimensions, and text locations.