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