Version 6.0. Animaiton demo.

Dependents:   MIP8f_FRDM_Animation_sample

MIP8F_SPI_Ver6.0

Ver6.0 Addtional function is animation code sample.

Revision:
4:c41da26fe04a
Parent:
3:c67b96404016
Child:
6:4bfbc7e50577
diff -r c67b96404016 -r c41da26fe04a MIP8F_SPI.h
--- a/MIP8F_SPI.h	Tue Nov 06 02:16:10 2018 +0000
+++ b/MIP8F_SPI.h	Mon Nov 12 04:31:10 2018 +0000
@@ -27,12 +27,12 @@
 * @def LINEBUFF_MODE 0
 * @brief If you will use a Line Buffer mode,you must define LINEBUFF_MODE 1
 */
-#define LINEBUFF_MODE 1
+#define LINEBUFF_MODE 0
 /**
 * @def FRAMEBUFF_MODE 1
 * @brief If you will use a Frame Buffer mode,you must define LINEBUFF_MODE 1
 */
-#define FRAMEBUFF_MODE 0
+#define FRAMEBUFF_MODE 1
 /*****************************************
 ******************************************/
 #if LINEBUFF_MODE