Fork of David Smart's RA8875 library

Fork of RA8875 by David Smart

Revisions of RA8875.cpp

Revision Date Message Actions
46:1321832f11d8 2014-03-13 Fixes for vertical line wrap. File  Diff  Annotate
44:207594dece70 2014-03-10 Layer support is nearly complete. It is functioning, but might benefit from a little refactoring of the API for transparency and mode. File  Diff  Annotate
43:3becae133285 2014-03-09 Initial support (not yet complete) for more screen resolutions and for display layers. File  Diff  Annotate
41:2956a0a221e5 2014-02-08 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. File  Diff  Annotate
40:04aa280dfa39 2014-02-04 Revise SetTextFontSize( ) to require only 1 parameter, and change the type from unsigned to signed to permit easier default detection. File  Diff  Annotate
39:805cee56872d 2014-01-26 Preparing code for additional optimizations for RA8875 register access. File  Diff  Annotate
38:38d503b4fad6 2014-01-25 Small performance optimizations only. File  Diff  Annotate
37:f19b7e7449dc 2014-01-25 major API tweak to use typedef's for pixel locations, dimensions, and text locations. File  Diff  Annotate
32:0e4f2ae512e2 2014-01-21 Tuned up the Bitmap support - includes 24-bit color, and some hardware performance improvements. File  Diff  Annotate
31:c72e12cd5c67 2014-01-20 Support for Bitmap graphics (tested 4-bit and 8-bit formats, have not tested 1-bit or 24-bit). File  Diff  Annotate
29:422616aa04bd 2014-01-19 Initial support for soft fonts compatible with mikroe font creator. File  Diff  Annotate
28:ed102fc442c4 2014-01-17 Implement additional initialization in the constructor so the display immediately comes on. File  Diff  Annotate
25:9556a3a9b7cc 2014-01-17 First copy for public viewing File  Diff  Annotate
24:8ca861acf12d 2014-01-17 Cursor control is working - none, i-beam, underscore, block. File  Diff  Annotate
23:a50ded45dbaf 2014-01-15 Some improvements to text APIs, and migration of the test code into the library (behind a #ifdef). File  Diff  Annotate
21:3c1efb192927 2014-01-12 Rounded rectangle now working. File  Diff  Annotate
20:6e2e4a8372eb 2014-01-12 Triangle methods are now working - now does not perform unintended recursive call... File  Diff  Annotate
19:3f82c1161fd2 2014-01-12 Initial commit - mostly working (not Triangles, Externals Fonts). Not ready for other users. File  Diff  Annotate