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.
gfx1.h
- Committer:
- fblanc
- Date:
- 2011-07-06
- Revision:
- 0:2052f61477b1
File content as of revision 0:2052f61477b1:
#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);