LS020.h is a MobileLCD library for the LS020 display (used in GSM Siemens S65 family). Resolution 176x132
Diff: LS020LCD.h
- Revision:
- 2:d048f09dcfb0
- Parent:
- 1:2269e07af50b
--- a/LS020LCD.h Mon Dec 06 20:37:10 2010 +0000 +++ b/LS020LCD.h Wed Dec 08 19:29:42 2010 +0000 @@ -76,7 +76,12 @@ void drawtext(unsigned int x, unsigned int y, char* text, unsigned int size,unsigned int font, unsigned int color, unsigned int bgcolor); void scroll(char offset); void cls(); - + void rectangle8(char x1, char y1, char x2, char y2, char color); + void putpixel(unsigned char r,unsigned char g,unsigned char b, unsigned char x, unsigned char y); + void put_char8(char x, char y, char symbol, char color, char bkcolor); + void put_string8(char x, char y, char* text, char color, char bkcolor); + void draw_table(void); + private: SPI _spi; DigitalOut _rst;