Image library for all the graph. Just test
Diff: Image.h
- Revision:
- 2:b6d3420ab907
- Parent:
- 1:298e74e9170b
- Child:
- 3:d31341240f10
diff -r 298e74e9170b -r b6d3420ab907 Image.h --- a/Image.h Sat Apr 20 19:17:08 2019 +0000 +++ b/Image.h Sun Apr 21 00:27:47 2019 +0000 @@ -2,14 +2,13 @@ #define Image_H #include "mbed.h" #include "N5110.h" +#include "Global_my.h" #include <math.h> -class N5110; + -class Image -{ +class Image { public: - // state 1 nuggets position void draw_1(N5110 &lcd); };