RA8875 and T4 - library?

maxdog

Member
I am starting a project where I need to drive a display which uses an RA8875 chip over 4 wire SPI. I am looking for a current library. I search the forum, and came up with several somewhat dated articles, and most of the libraries I find specifically call out the T3.

Anybody know off hand where a good up to date library resides?

Thanks
 
Full support for the RA8875 (optimized for use with the T4.x) comes as part the standard TeensyDuino installation, so no additional libraries are needed and/or need to be installed. Note that you'll need to edit the "RA8875UserSettings.h" file (after installing the TeensyDuino package on my PC, this file is located in "C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\RA8875\src\_settings") to uncomment your selection of touchscreen (CAPACITIVE or RESISTIVE) as appropriate.

Hope that helps . . .

Mark J Culross
KD5RXT
 
Thank you Mark,
I did do the installation, and couldn't find the library afterwards so I assumed it wasn't included. Ill try again.
 
Back
Top