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

Dependencies:   mbed RA8875

Committer:
WiredHome
Date:
Sun Mar 29 18:14:15 2020 +0000
Revision:
4:e5375f29d8d4
Parent:
0:d06677ab6ca6
Pick up a bug-fix on jpeg rendering

Who changed what in which revision?

UserRevisionLine numberNew contents of line
WiredHome 0:d06677ab6ca6 1 #include "mbed.h"
WiredHome 0:d06677ab6ca6 2 #include "RA8875.h"
WiredHome 0:d06677ab6ca6 3
WiredHome 0:d06677ab6ca6 4 void CalibrateTS(RA8875 & lcd);
WiredHome 0:d06677ab6ca6 5 void InitTS(RA8875 & lcd);