RA

Fork of RA8875 by David Smart

History

Correct a few typedefs and streamline the soft font rendering. default tip

2016-03-19, by WiredHome [Sat, 19 Mar 2016 20:49:14 +0000] rev 111

Correct a few typedefs and streamline the soft font rendering.


Updated some data types to more consistently use loc_t and dim_t.

2016-03-05, by WiredHome [Sat, 05 Mar 2016 19:22:13 +0000] rev 110

Updated some data types to more consistently use loc_t and dim_t.
; Added a booleanStream api which is handy for soft fonts. It takes a pixel stream and translates it to forecolor and backcolor.


corrected a buffer overrun in the InsertionSort function of RA8875_Touch.cpp. Thanks to Michael Dinning for reporting it.

2016-03-14, by WiredHome [Mon, 14 Mar 2016 02:20:40 +0000] rev 109

corrected a buffer overrun in the InsertionSort function of RA8875_Touch.cpp. Thanks to Michael Dinning for reporting it.


Added rounded rectangle apis that accept rect_t instead of discreet x1,y1,x2,y2 values.

2016-03-05, by WiredHome [Sat, 05 Mar 2016 16:20:11 +0000] rev 108

Added rounded rectangle apis that accept rect_t instead of discreet x1,y1,x2,y2 values.


Improved support for 8-bit color, for pixel drawing, RenderImageFile and PrintScreen.

2016-02-27, by WiredHome [Sat, 27 Feb 2016 22:27:49 +0000] rev 107

Improved support for 8-bit color, for pixel drawing, RenderImageFile and PrintScreen.


Improved 8-bit color support, which permits dual-layer at higher resolutions.

2016-02-27, by WiredHome [Sat, 27 Feb 2016 18:40:35 +0000] rev 106

Improved 8-bit color support, which permits dual-layer at higher resolutions.


comment out destructors - until I figure out the warning.

2016-02-08, by WiredHome [Mon, 08 Feb 2016 01:47:56 +0000] rev 105

comment out destructors - until I figure out the warning.


Added missing APIs for Get/SetTextCursor using point_t.; Fixed a defect in touch; if no point was requested, just polling for touch-state, it would return the no calibration value during a touch.

2016-02-07, by WiredHome [Sun, 07 Feb 2016 23:18:01 +0000] rev 104

Added missing APIs for Get/SetTextCursor using point_t.; Fixed a defect in touch; if no point was requested, just polling for touch-state, it would return the no calibration value during a touch.


Small change to the color and the on-screen sample.

2016-01-23, by WiredHome [Sat, 23 Jan 2016 16:58:54 +0000] rev 103

Small change to the color and the on-screen sample.


External fonts now wrap correctly at the edge of the screen (right edge by moving down one line and to the left margin, and last row by wrapping to the top row.

2016-01-17, by WiredHome [Sun, 17 Jan 2016 22:16:37 +0000] rev 102

External fonts now wrap correctly at the edge of the screen (right edge by moving down one line and to the left margin, and last row by wrapping to the top row.
; Altered the soft font <space> character; auto-generated fonts computed zero width.