for CountupNumber_sample3
MIP8F_SPI_Ver7.0
Ver7.0 Addtional function is SpeedMeter Sample for 4.4" MIP8F Display (Japan Display Inc)
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