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
See Components - RA8875 Based Display
Enhanced touch-screen support - where it previous supported both the Resistive Touch and Capacitive Touch based on the FT5206 Touch Controller, now it also has support for the GSL1680 Touch Controller.
Offline Help Manual (Windows chm)
/media/uploads/WiredHome/ra8875.zip.bin (download, rename to .zip and unzip)
RA8875_Touch_GSL1680.h@199:fb06805f447f, 2020-03-28 (annotated)
- Committer:
- WiredHome
- Date:
- Sat Mar 28 15:08:43 2020 +0000
- Revision:
- 199:fb06805f447f
- Parent:
- 166:53fd4a876dac
Warning reduction
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
WiredHome | 165:695c24cc5197 | 1 | /// GSL1680 Touch Controller definitions |
WiredHome | 165:695c24cc5197 | 2 | /// |
WiredHome | 166:53fd4a876dac | 3 | /// |
WiredHome | 165:695c24cc5197 | 4 | #ifndef RA8875_TOUCH_GSL1680_H |
WiredHome | 165:695c24cc5197 | 5 | #define RA8875_TOUCH_GSL1680_H |
WiredHome | 165:695c24cc5197 | 6 | |
WiredHome | 166:53fd4a876dac | 7 | #include "RA8875_Touch_GSL1680_Firmware.h" |
WiredHome | 166:53fd4a876dac | 8 | |
WiredHome | 165:695c24cc5197 | 9 | /// GSL1680 definitions follow |
WiredHome | 165:695c24cc5197 | 10 | #define GSL1680_I2C_FREQUENCY 400000 |
WiredHome | 165:695c24cc5197 | 11 | #define GSL1680_I2C_ADDRESS 0x40 |
WiredHome | 165:695c24cc5197 | 12 | |
WiredHome | 165:695c24cc5197 | 13 | |
WiredHome | 165:695c24cc5197 | 14 | #endif // RA8875_TOUCH_GSL1680_H |