BeRTOS
Protected Attributes
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
 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?

Detailed Description

Qt widget to emulate a dot-matrix LCD display.

Definition at line 57 of file lcd_gfx_qt.h.


Field Documentation

int EmulLCD::frame_width [protected]

Frame thickness.

Frame width (and height)

Definition at line 84 of file lcd_gfx_qt.h.


The documentation for this class was generated from the following files: