Image library for all the graph. Just test

Revision:
2:b6d3420ab907
Parent:
1:298e74e9170b
Child:
3:d31341240f10
--- a/Image.cpp	Sat Apr 20 19:17:08 2019 +0000
+++ b/Image.cpp	Sun Apr 21 00:27:47 2019 +0000
@@ -1,45 +1,6 @@
 #include "Image.h"
 
 
-
-
-//mine
-
-int BigGold[5][8]= {
-    { 0,0,1,1,1,0,0,0 },
-    { 0,0,1,0,0,1,1,0 },
-    { 0,1,0,0,0,0,0,1 },
-    { 1,0,0,0,0,0,0,1 },
-    { 0,1,1,1,1,1,1,0 },
-};
-
-int SmallGold[4][3]= {
-    { 0,1,1 },
-    { 1,0,1 },
-    { 1,0,1 },
-    { 1,1,1 },
-};
-
-int BigRock[8][10]= {
-    { 0,0,0,0,1,1,1,0,0,0 },
-    { 0,0,1,1,1,1,1,1,1,0 },
-    { 0,1,1,1,1,1,1,1,1,0 },
-    { 1,1,1,1,1,1,1,1,1,0 },
-    { 1,1,1,1,1,1,1,1,1,0 },
-    { 1,1,1,1,1,1,1,1,1,1 },
-    { 0,1,1,1,1,1,1,1,1,1 },
-    { 0,1,1,1,1,1,1,1,1,1 },
-};
-
-
-
-
-
-// level 1 mine
-int level_1_x[7]= {15, 38, 50, 25, 70, 27, 60};
-int level_1_y[7]= {10, 30, 25, 30, 37, 13, 20};
-
-
 void Image::draw_1(N5110 &lcd)
 {
     int i;