Updated standard library

Changes

RevisionDateWhoCommit message
180:4882e80cfcfe 2019-07-28 WiredHome new constructor for rect_t; much faster thick line drawing; additional debug diagnostics. default tip
179:7b2de82d9dfb 2019-07-27 WiredHome Pins remapped for the real hardware. Not quite ready for ongoing development.
178:f21d24431d5a 2019-07-11 lizard753 Adding constructors to rect_t and point_t
177:0ff83f026bb6 2019-07-11 lizard753 Cleaning up button code, adding set functions, adding pointer constructor
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).
141:2ec78a50dc98 2016-12-29 WiredHome Minor change from sprintf to snprintf in a couple of locations.
140:33ca352755a2 2016-12-27 WiredHome Merge block move changes from two branches
139:99ec74e3273f 2016-12-27 WiredHome Minor fix to the block move
138:61e93bed397e 2016-08-13 WiredHome Added example code for BlockMove in the API.
137:9e09f6081ef1 2016-12-08 WiredHome Correct a defect in BlockMove
136:224e03d5c31f 2016-11-16 WiredHome JPG Rendering can now write to display in 8-bit color format, not just 16-bit color format.
135:af519fe4ba91 2016-11-13 WiredHome cls resets the cursor
134:f028ed71a0af 2016-11-06 WiredHome Updated register initialization with specific settings for each the 800x480 display and the 480x272 display. This altered the 800x480 settings.
133:e36dcfc2d756 2016-10-17 WiredHome Revised how it sets the foreground and background color to correct a defect when in 8-bit mode.
132:a5d7a8541683 2016-09-04 WiredHome Documentation changes only - correction to resolution, color depth, and layer support, and updated to the gesture support return values.
131:5bd6ba2ee4a1 2016-08-12 WiredHome Added API for BlockMove, and a minor revision to the init to accept a backlight setting directly.
130:d633e80840e0 2016-08-06 WiredHome Another small alignment between multi-touch and single-touch behavior.
129:3f2d8b84144d 2016-08-06 WiredHome Remove dead-code.
128:3c74ba4533dc 2016-08-06 WiredHome Small change in the touch handler so the single-touch and multi-touch APIs are more consistent.
127:db7f2c704693 2016-08-06 WiredHome Added GetUserFont and GetTextFontSize apis, which were helpful for saving and restoring settings on the fly.
126:c91bd2e500b9 2016-08-06 WiredHome Small documentation update on the window command
125:7a0b70f56550 2016-08-01 WiredHome Minor documentation tweaks
124:1690a7ae871c 2016-07-31 WiredHome Incorporated the Capacitive touch panel APIs in to the base RA8875 driver in a manner that integrated smoothly with the Resistive touch driver.
123:2f45e80fec5f 2016-07-25 WiredHome Added idle callback - when the RA8875 driver is stuck waiting on the HW, or on a long timeout, it can call an optional callback. This could be used for maintaining the Watchdog, or other activities.
122:79e431f98fa9 2016-05-17 WiredHome Added support for JPEG rendering
121:6bc4911f5e55 2016-05-17 WiredHome Working - original malloc was incorrectly sized - causing out of bounds corruption.