Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of manworm_tv_gpu by
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