Version 5.0. 4bit,3bit,1bit transfermode

Dependents:   MIP8f_FRDM_TransferMode_sample MIP8f_FRDM_CountUpNumber_sample2

MIP8F_SPI_Ver5.0

Ver5.0 Addtional function is checking the refresh display speed between 4bit,3bit and 1bit transfer mode

  • 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.
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);