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 4:c41da26fe04a, committed 2018-11-12
- Comitter:
- JDI_Mbed_Team
- Date:
- Mon Nov 12 04:31:10 2018 +0000
- Parent:
- 3:c67b96404016
- Child:
- 5:8cc8e00fed46
- Commit message:
- MIP8F_SPI_Ver5.0
Changed in this revision
MIP8F_SPI.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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