BeRTOS
|
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 |
Brushes for painting the LCD. | |
unsigned char | raster [(WIDTH+7/8)*HEIGHT] |
Pixel storage. | |
QFont | lcd_font |
Display character font. | |
QColor | bg_color |
LCD colors. | |
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? |
Qt widget to emulate a dot-matrix LCD display.
Definition at line 57 of file lcd_gfx_qt.h.
int EmulLCD::frame_width [protected] |