#include <lcd.h>
Collaboration diagram for st_LCD:

Definition at line 303 of file lcd.h.
Data Fields | |
| st_FONT | font |
| Active font. | |
| st_CURSOR | cs |
| Active cursor. | |
| st_RECT | frame |
| Active display frame. | |
| st_PEN | pen |
| Active pen. | |
| st_BRUSH | brush |
| Active brush. | |
| LCD_FONT | fontID |
| Active font ID. | |
| unsigned short | lnsp |
| Line space. | |
| unsigned short | chsp |
| Character space. | |
| unsigned short * | pChbuf |
| Global character bitmap buffer. | |
| unsigned long | chAddr |
| current character bitmap address. | |
1.3.9.1