LCD object
Fork of 4DGL-uLCD-SE by
Diff: uLCD_4DGL.h
- Revision:
- 3:9ba47197d94f
- Parent:
- 2:edae99e4abe7
- Child:
- 4:74df7fc26fef
--- 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);