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

Revision:
201:1119f1e9f4e4
Parent:
197:853d08e2fb53
--- a/RA8875.cpp	Tue Apr 21 23:45:54 2020 -0400
+++ b/RA8875.cpp	Sun May 03 10:16:02 2020 -0400
@@ -1616,9 +1616,9 @@
 {
     RetCode_t ret;
 
-    PERFORMANCE_RESET;
+    //PERFORMANCE_RESET;
     ret = pixelStream(&color, 1, x,y);
-    REGISTERPERFORMANCE(PRF_DRAWPIXEL);
+    //REGISTERPERFORMANCE(PRF_DRAWPIXEL);
     return ret;
 }
 
@@ -3295,7 +3295,7 @@
     display.line(22,40, 22,42, BrightGreen);
     display.line(24,40, 24,42, BrightBlue);
     // compare point to line-point
-    display.pixel(20,50, BrightRed);
+    display./(20,50, BrightRed);
     display.pixel(22,50, BrightGreen);
     display.pixel(24,50, BrightBlue);
     display.line(20,52, 20,52, BrightRed);