This is the David Smart RA8875 Library with mods for working with FRDM-K64F

Changes

RevisionDateWhoCommit message
201:1119f1e9f4e4 2020-05-03 lamell Slight modifications to the library. Mainly to make the speed faster and also changing some parameters from private to public. default tip
200:05ccd555a538 2020-04-21 lamell A line was changed but is now returned to original.
199:08eb9e55567b 2020-03-10 lamell Subtle changes in the way the library behaves.
198:18d25c15a7b5 2020-03-03 lamell Commented the lines 3166 to 3171. AttachPrintHandler because it gives errors using K64F.
197:853d08e2fb53 2020-02-11 WiredHome General code cleanup.
196:56820026701b 2020-02-11 WiredHome Added puts w/point_t parameter.
195:17e176dbd6eb 2020-02-11 WiredHome Working on orientation.
194:53c18f0e7922 2020-02-11 WiredHome Don't alter the Memory write direction when changing between text and graphics modes.
193:74f80834d59d 2019-11-25 WiredHome Improve debouncing of resistive touch.; Minor format changes for easier maintenance.
192:cc14d391b412 2019-10-18 WiredHome Updates to startup to avoid reading the FPGA ver. too soon. Had to do a lazy-load of that piece while the about screen is active.
191:0fad2e45e196 2019-10-11 WiredHome Added a method to get the screen orientation.
190:3132b7dfad82 2019-09-21 WiredHome Fonts Add & mods; Add methods; - get dimensions of image file; - round or square cap for thicklines; - word-wrap for puts; - align one rect to another; - independently set the text font fill; - get the width of a character, or a string
189:53a64d3ce163 2019-09-19 WiredHome Added a fixed-width version of the 08x08 font.
188:a2ad266ba9db 2019-08-30 WiredHome Another minor tweak to the tiny font.
187:8e0e5cb24192 2019-08-30 WiredHome Tiny change to the small font to make it more legible.
186:910fc2335c45 2019-08-28 WiredHome Correct a defect in SetTextFontControl, and update BrightYellow.
185:cb7591a43f44 2019-08-26 WiredHome Add BrightYellow color macro
184:464cc376265d 2019-08-23 WiredHome Enable Touch translation based on screen orientation. It appears fully function with Cap Touch for 0, 180, but has known issues for 90 and 270.
183:808f272e481e 2019-08-08 WiredHome Minor code-cleanup
182:8832d03a2a29 2019-08-03 WiredHome code cleanup; doc cleanup
181:0032d1b8f5d4 2019-08-02 WiredHome A bit of experimenting on rotation.
180:d8abf2e70b88 2019-08-01 WiredHome Revert a change in the definition of point_t and rect_t back to a basic struct.
179:c7fb7a4fb42f 2019-07-28 WiredHome Added a couple of constructors
178:ae472eb22740 2019-07-28 WiredHome Install handler before enabling IRQ; Eliminate duplicate initialisations; Speedup ThickLine using rectangles and triangles; Add triangle method using points; Improve mbed version adaptation of callback; Added some debug info.
177:d8e65c0e268a 2019-07-17 WiredHome A little bit of work on GIF, and disable some debug printf's.
176:4ab96d33a8ec 2019-03-24 WiredHome Correct a defect recently introduced, where the resistive touch screen failed to have memory allocated to hold the touch information.
175:7be3a1fb7fc2 2019-03-15 WiredHome Non-functional change to WriteCommand() based on register names, rather than hex values.
174:7810bc76987a 2019-02-11 WiredHome Documentation change on idle callback method
173:ae8198c82b88 2019-01-29 WiredHome Minor change to the comments
172:7abb03bf31be 2019-01-13 WiredHome Non-functional refactoring
171:f92c0f1f6db4 2019-03-02 WiredHome Integrate support for alternate touch controller based on GSL1680 chip (found in some RA8875-based displays instead of the FT5206 chip).
170:7e26d51bc48b 2019-03-02 WiredHome Invert the logic in the GSL1680 ISR handler to check for the pin to be zero, not one.
169:1c1a495983bc 2019-03-01 WiredHome Additional debug and configuration for the GSL1680 Touch Controller.
168:37a0c4d8791c 2019-03-01 WiredHome Added debug aids to GSL1680 controller driver.
167:8aa3fb2a5a31 2019-02-26 WiredHome Documentation update to the script in the Fonts/FontMods.h file to improve the understanding of what it does.
166:53fd4a876dac 2019-02-24 WiredHome Some refactoring, but mostly to improve support for GSL1680 controller to extract the touch id.
165:695c24cc5197 2019-02-24 WiredHome Initial refactoring to add support for another Cap Sense touch controller - based on the GSL1680.
164:76edd7d9cb68 2019-02-14 WiredHome PrintScreen - 24-bit or 8-bit BMP format support. Improved documentation to the palette and the performance factors.
163:17526689a3ed 2019-02-13 WiredHome Add ability to PrintScreen as an 8-bit bitmap, as an alternate to the default of 24-bit.
162:a2d7f1988711 2019-02-11 WiredHome PrintScreen - bug fixes in header info and symmetry of RGB16toRGBQuad and RGBQuadToRGB16
161:0215d0eec1a4 2019-01-13 WiredHome Readjusted font parameters - ; <space> width is 1/4 the character height,; '0' - '9' by default as sized to the width of the widest digit.; command line can still override digit width.
160:43f3d90fc491 2019-01-12 WiredHome Fix a typo
159:dee976689d08 2019-01-12 WiredHome Added the Perl script in the font folder that is used to modify the font files.
158:b656dcf02e14 2019-01-12 WiredHome Modified the sample fonts to fix the width of <space> and '0' - '9'.
157:1565f38ca44b 2019-01-02 WiredHome Improvement to resistive touch to simplify startup.; Init default for the backlight to be dimmer, since many users power it only from their PC, which isn't capable of full backlight power.
156:4bdb2772128d 2018-11-19 WiredHome Add a macro for backward compatibility
155:b3f225ae572c 2018-11-13 WiredHome use eventThread for newer OS5 in place of callbacks.; touch-cal timeout increased to 30s from 15.
154:ad2450fc3dc3 2018-08-17 WiredHome Documentation updates for using resistive touch.
153:8a85efb3eb71 2018-07-29 WiredHome Soft Fonts and very preliminary GIF support.
152:a013ac0133e4 2017-11-06 WiredHome Initial support for GIF rendering
151:ae94daaaf8ad 2018-04-14 WiredHome Add support for scaling soft fonts, using the SetTextFontSize api.
150:35a4db3081c1 2017-09-24 WiredHome callback functions is conditional on mbed version. Somewhere below 128 it does not use the extra callback api.
149:c62c4b2d6a15 2017-08-06 WiredHome Revised the idle callback. It is additionally called from PrintScreen to communicate percent complete (with an additional parameter), since PrintScreen can take a while to finish based on the display size, layers, and SPI configuration.
148:33e99de1aca6 2017-06-13 WiredHome Final fix on the computation of the Intersection of two rectangles, when you want to access to the resulting intersection. Prior versions worked if only if point1 was the top-left and point2 the bottom-right. This version works for any corner pair.
147:3494792458d9 2017-06-12 WiredHome Improved the Intersect(rect_t, rect_t) to look for any intersection, and added an Intersect(rect_t *, rect_t *) which will identify and make available a new rect_t which is the intersection (if any).
146:373d59f08357 2017-06-01 WiredHome Adopt new callback structure for ISRs,; Provide hooks for swMalloc for advanced memory usage tracking.
145:5eb2492acdda 2017-05-06 WiredHome hook the memory allocation to use a special instrumented allocation
144:ba002c4b21b3 2017-05-06 WiredHome Added ThickLine API
143:e872d65a710d 2017-03-19 WiredHome unbreaking change to SelectDrawingLayer to get the return value as an optional parameter.
142:6e9bff59878a 2017-03-19 WiredHome Breaking change on SelectDrawingLayer command, which now returns the previous layer (making it far easier to restore layers).