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.
Dependencies: mbed
Fork of Digital_project by
Diff: LCD4884.h
- Revision:
- 2:6b2526c99e5c
- Parent:
- 1:a4c852d25ead
diff -r a4c852d25ead -r 6b2526c99e5c LCD4884.h
--- a/LCD4884.h Mon Dec 07 16:12:55 2015 +0000
+++ b/LCD4884.h Wed Dec 09 10:55:01 2015 +0000
@@ -48,6 +48,17 @@
void LCD_write_string(unsigned char X,unsigned char Y,char *s, char mode); // *s can be input as "<your string>"
void LCD_clear(void); // blank the screen
void LCD_pixel(unsigned char X, unsigned char Y); //X,Y = x,y coodinate, mode : MENU_NORMAL = off/ others = on
+ void LCD_write_char_big (unsigned char X,unsigned char Y, unsigned char ch, char mode);
+ void LCD_write_string_big ( unsigned char X,unsigned char Y, char *string, char mode );
+ char LCD_joystick(void); // return u = up, d = down, l = left, r = right, m = middle
+
+
+
+ //include by ploy
+ void LCD_draw_bmp_pixel(unsigned char X,unsigned char Y,unsigned char *map,unsigned char Pix_x,unsigned char Pix_y);
+
+
+
};
}
extern LCD4884 lcd;
