it works!

Dependencies:   SDFileSystem2 mbed

Fork of manworm_tv_raster by Bayley Wang

main.h

Committer:
dicarloj
Date:
2018-03-10
Revision:
9:2a47b9ff8911
Child:
13:9cf720873bf6

File content as of revision 9:2a47b9ff8911:

#ifndef _mainh
#define _mainh

void draw_vincent_string(char* str);
void new_line();
void clear_all_text();
void draw_gfx_line(float x0, float y0, float x1, float y1);
#endif