|
SatCat5
|
Cursor object tracks position and foreground/background colors.
Definition at line 33 of file gui_display.h.
#include <gui_display.h>
Public Member Functions | |
| Cursor (const Cursor &t)=default | |
| Cursor & | operator= (const Cursor &t)=default |
Public Attributes | |
| u16 | r |
| Row coordinate (0 = top) | |
| u16 | c |
| Column coordinate (0 = left) | |
| u32 | fg |
| Foreground color (format defined by display) | |
| u32 | bg |
| Background color (format defined by display) | |