Library to control a Graphics TFT connected to 4-wire SPI - revised for the Raio RA8875 Display Controller.
Dependents: FRDM_RA8875_mPaint RA8875_Demo RA8875_KeyPadDemo SignalGenerator ... more
Fork of SPI_TFT by
You are viewing an older revision! See the latest version
Homepage
See Components - RA8875 Based Display
Recent Changes
December 2015:
- Major change to the support for user defined fonts (soft fonts). This permits using the output of a free tool [nearly] directly.
Soft Fonts - Change to PrintScreen to correct a color error - significantly improves the resultant file.
- Defect fix where it could falsely interpret portrait mode, which generally prevented it from drawing on the whole screen.
January 1, 2015:
- Enhanced touch to report no_touch, touch, held, release, no_cal, simplifying client code.
- Enhanced some APIs with point_t p as an alternate to loc_t x, loc_t y.
December 2014:
- Significant revisions to the touch-screen interface, method names align better with function.
- Added touch-screen calibration mechanism.
November 2014:
- Finalize the support for a directly connected keypad (supports up to 20 keys).
October 2014:
- Revised PrintScreen method so it will read the display configuration. Then, it will extract the combined image from both display layers when so configured.
- Added initial support for scanning a physical keypad.