Simple program to test BlockMove API on the RA8875 display. Tested with RA8875 v148 and mbed v148

Dependencies:   mbed RA8875

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ResistiveTouchCal.h Source File

ResistiveTouchCal.h

00001 #include "mbed.h"
00002 #include "RA8875.h"
00003 
00004 void CalibrateTS(RA8875 & lcd);
00005 void InitTS(RA8875 & lcd);