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

Dependencies:   mbed RA8875

ResistiveTouchCal.h

Committer:
WiredHome
Date:
2020-03-29
Revision:
4:e5375f29d8d4
Parent:
0:d06677ab6ca6

File content as of revision 4:e5375f29d8d4:

#include "mbed.h"
#include "RA8875.h"

void CalibrateTS(RA8875 & lcd);
void InitTS(RA8875 & lcd);