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

Committer:
lamell
Date:
Sun May 03 10:16:02 2020 -0400
Revision:
201:1119f1e9f4e4
Parent:
166:53fd4a876dac
Slight modifications to the library. Mainly to make the speed faster and also changing some parameters from private to public.

Who changed what in which revision?

UserRevisionLine numberNew 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