Version 6.0. Animaiton demo.

Dependents:   MIP8f_FRDM_Animation_sample

MIP8F_SPI_Ver6.0

Ver6.0 Addtional function is animation code sample.

Revision:
5:8cc8e00fed46
Parent:
3:c67b96404016
Child:
6:4bfbc7e50577
--- a/MIP8F_SPI.cpp	Mon Nov 12 04:31:10 2018 +0000
+++ b/MIP8F_SPI.cpp	Mon Nov 12 05:08:34 2018 +0000
@@ -1,11 +1,17 @@
 /**
 * @file MIP8F_SPI.cpp
-* @brief ver4.0 Library source code file: Class for JDI MIP8 display
+* @brief ver5.0 Library source code file: Class for JDI MIP8 display
 * @details
+* Ver5.0 Addtional function is checking the refresh display speed between 4bit,3bit and 1bit transfer mode 
 * Ver4.0 Addtional function is Line buffer version
 * Ver3.0 Addtional function is font display
 * ver2.0 Addtional function is Monochome display by 1bit mode of SPI transfer.
 *
+* spi-transfer to Display has 3 mode. 
+* 4bit mode is color display, this bit arrange is  R,G,B,x.   R,G,B = R,G,B subpixel bit. x bit is Dummy.
+* 3bit mode is color display, this bit arrange is  R,G,B.   R,G,B = R,G,B subpixel bit.  No bit is Dummy.
+* 1bit mode is monocrome display,high speed refresh mode. a only Green subpixel of bitmap data is transfered.
+*
 * <license>
 * Copyright 2018 Japan Display Inc.
 * Licensed under the Apache License, Version 2.0 (the "License");