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.
Diff: gfx1.h
- Revision:
- 0:2052f61477b1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gfx1.h Wed Jul 06 12:06:40 2011 +0000 @@ -0,0 +1,8 @@ +#include "mbed.h" +extern unsigned int gfx1_x,gfx1_y;//emulation memoire ecran + + +void gfx1_init(void); +void gfx1_command (unsigned char data ); +void gfx1_data (unsigned char data ); +unsigned char gfx1_read(void); \ No newline at end of file