asdf

Dependencies:   mbed

Fork of manworm_ticker_tv by Bayley Wang

main.h

Committer:
dicarloj
Date:
2018-05-04
Revision:
12:e99cc1e9d928
Parent:
9:2a47b9ff8911

File content as of revision 12:e99cc1e9d928:

#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