Image library for all the graph. Just test

Image.h

Committer:
MYY
Date:
2019-05-01
Revision:
4:c594b8fa4925
Parent:
3:d31341240f10
Child:
5:2dfd00ecc02e

File content as of revision 4:c594b8fa4925:

#ifndef Image_H
#define Image_H
#include "mbed.h"
#include "N5110.h"
#include "Global_my.h"
#include <math.h>



class Image {
 public: 
    void draw_1(N5110 &lcd);
    void draw_2(N5110 &lcd);
    void draw_3(N5110 &lcd);
    };    


#endif