asdf

Dependencies:   mbed

Fork of manworm_ticker_tv by Bayley Wang

main.h

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

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