Version 6.0. Animaiton demo.

Dependents:   MIP8f_FRDM_Animation_sample

MIP8F_SPI_Ver6.0

Ver6.0 Addtional function is animation code sample.

Revision:
1:2b85e7edcc4e
Parent:
0:b2d46804658c
Child:
2:944f2968c19f
--- a/MIP8F_SPI.h	Mon Oct 22 04:21:43 2018 +0000
+++ b/MIP8F_SPI.h	Wed Oct 24 02:23:30 2018 +0000
@@ -82,7 +82,7 @@
     void setmarge(bool ifMarge);
     void setWH(int width, int height);
     void SwDisp(bool ONorOFF);
-    void character(int x, int y, int c);
+    void character(int x, int y, int c,int mode = 0);
 //    void LayerCopy(void);
     void circle(int x0, int y0, int r, uint8_t color);
     void fillcircle(int x0, int y0, int r, uint8_t color);