BeRTOS
|
Overwrapping layer context. More...
#include <lcd_text.h>
Data Fields | |
lcdpos_t | addr |
Active layers are linked together in a list sorted in top to bottom order. | |
signed char | pri |
Priority of this layer (greater in front of lesser). | |
char | buf [CONFIG_LCD_COLS *CONFIG_LCD_ROWS] |
Layer backing store buffer. |
Overwrapping layer context.
Definition at line 73 of file lcd_text.h.
Active layers are linked together in a list sorted in top to bottom order.
Current XY address into this layer, for write operations.
Definition at line 82 of file lcd_text.h.
char Layer::buf[CONFIG_LCD_COLS *CONFIG_LCD_ROWS] |
Layer backing store buffer.
All writes through the layer are copied into this buffer. Characters cells with value 0 are transparent with respect to other layers in the background.
Definition at line 94 of file lcd_text.h.
signed char Layer::pri |
Priority of this layer (greater in front of lesser).
Definition at line 85 of file lcd_text.h.