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 5:8cc8e00fed46, committed 2018-11-12
- Comitter:
- JDI_Mbed_Team
- Date:
- Mon Nov 12 05:08:34 2018 +0000
- Parent:
- 4:c41da26fe04a
- Child:
- 6:4bfbc7e50577
- Commit message:
- update
Changed in this revision
MIP8F_SPI.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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");