SatCat5
satcat5::gui::Cursor Struct Reference

Detailed Description

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
 
Cursoroperator= (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)
 

The documentation for this struct was generated from the following file: