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@0:2052f61477b1, 2011-07-06 (annotated)
- Committer:
- fblanc
- Date:
- Wed Jul 06 12:06:40 2011 +0000
- Revision:
- 0:2052f61477b1
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
fblanc | 0:2052f61477b1 | 1 | #include "mbed.h" |
fblanc | 0:2052f61477b1 | 2 | extern unsigned int gfx1_x,gfx1_y;//emulation memoire ecran |
fblanc | 0:2052f61477b1 | 3 | |
fblanc | 0:2052f61477b1 | 4 | |
fblanc | 0:2052f61477b1 | 5 | void gfx1_init(void); |
fblanc | 0:2052f61477b1 | 6 | void gfx1_command (unsigned char data ); |
fblanc | 0:2052f61477b1 | 7 | void gfx1_data (unsigned char data ); |
fblanc | 0:2052f61477b1 | 8 | unsigned char gfx1_read(void); |