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 4DGL-uLCD-SE by
Diff: uLCD_4DGL.h
- Revision:
- 3:9ba47197d94f
- Parent:
- 2:edae99e4abe7
- Child:
- 4:74df7fc26fef
diff -r edae99e4abe7 -r 9ba47197d94f uLCD_4DGL.h
--- a/uLCD_4DGL.h Sun Nov 17 04:36:12 2013 +0000
+++ b/uLCD_4DGL.h Mon Nov 18 03:05:40 2013 +0000
@@ -26,7 +26,7 @@
#endif
// Common WAIT value in millisecond
-#define TEMPO 5
+#define TEMPO 0.1
// 4DGL Functions values
#define AUTOBAUD '\x55'
@@ -58,6 +58,7 @@
#define GETTOUCH '\x6F'
#define WAITTOUCH '\x77'
#define SETTOUCH '\x75'
+#define BLITCOM '\x0A'
#define PUTCHAR '\xFE'
@@ -237,6 +238,7 @@
int read_pixel(int, int);
void screen_copy(int, int, int, int, int, int);
void pen_size(char);
+ void BLIT(int x, int y, int w, int h, int *colors);
// Texts Commands
void set_font(char);
