EmulLCD Class Reference
Qt widget to emulate a dot-matrix LCD display. More...
#include <lcd_lm44_qt.h>
Protected Attributes | |
| int | frame_width |
| Frame thickness. | |
| QColor | fg_color |
| LCD colors. | |
| QColor | bg_color |
| LCD colors. | |
| unsigned char | raster [(WIDTH *HEIGHT)/8] |
| Pixel storage. | |
| QFont | lcd_font |
| Display character font. | |
| int | font_height |
| Font dimensions. | |
| int | cr_col |
| Cursor position. | |
| int | cgramaddr |
| CGRAM Address (-1 disabled). | |
| unsigned char | ddram [ROWS][COLS] |
| Display data RAM. | |
| unsigned char | cgram [8 *8] |
| CGRAM. | |
| bool | show_cursor |
| Cursor enabled? | |
Detailed Description
Qt widget to emulate a dot-matrix LCD display.Definition at line 71 of file lcd_gfx_qt.h.
Field Documentation
int EmulLCD::frame_width [protected] |
The documentation for this class was generated from the following files:
