Firsat Publication
Fork of RA8875 by
History
160112_01
2016-01-14, by MAKE_PALMER [Thu, 14 Jan 2016 07:01:30 +0000] rev 101
160112_01
Corrected a defect where the portrait mode might be incorrectly inferred - then limits many commands to partial screen.; Remove set_font(). Use SelectUserFont() instead.; Removed unnecessary code in several places (redundant work).
2015-12-19, by WiredHome [Sat, 19 Dec 2015 15:55:09 +0000] rev 100
Corrected a defect where the portrait mode might be incorrectly inferred - then limits many commands to partial screen.; Remove set_font(). Use SelectUserFont() instead.; Removed unnecessary code in several places (redundant work).
Disable the "TestEnable" and republish.
2015-12-17, by WiredHome [Thu, 17 Dec 2015 12:19:01 +0000] rev 99
Disable the "TestEnable" and republish.
Significant changes to the support for Soft Fonts (User defined fonts), to directly leverage the output of the GLCD Font Creator tool and require nearly zero manual changes. This deprecates the old API setfont in favor of SelectUserFont.
2015-12-17, by WiredHome [Thu, 17 Dec 2015 12:16:40 +0000] rev 98
Significant changes to the support for Soft Fonts (User defined fonts), to directly leverage the output of the GLCD Font Creator tool and require nearly zero manual changes. This deprecates the old API setfont in favor of SelectUserFont.
Fixed comment - typo
2015-11-30, by WiredHome [Mon, 30 Nov 2015 11:58:32 +0000] rev 97
Fixed comment - typo
Changes for the print screen function to use callbacks.
2015-11-28, by WiredHome [Sat, 28 Nov 2015 15:39:44 +0000] rev 96
Changes for the print screen function to use callbacks.
Compiler cleanup - warning reductions.
2015-07-07, by WiredHome [Tue, 07 Jul 2015 17:05:59 +0000] rev 95
Compiler cleanup - warning reductions.
Prepare for the ability to control the HW reset pin.
2015-03-04, by WiredHome [Wed, 04 Mar 2015 23:52:29 +0000] rev 94
Prepare for the ability to control the HW reset pin.
Corrected a PrintScreen problem where it was extracting the image memory "off by one" and then a color conversion error that nearly corrected for it.
2015-02-01, by WiredHome [Sun, 01 Feb 2015 18:50:57 +0000] rev 93
Corrected a PrintScreen problem where it was extracting the image memory "off by one" and then a color conversion error that nearly corrected for it.
Focus on some performance optimization. Cache the width/height so it does not contact the chip for every need.
2015-02-01, by WiredHome [Sun, 01 Feb 2015 17:07:13 +0000] rev 92
Focus on some performance optimization. Cache the width/height so it does not contact the chip for every need.