Microchip® Advanced Software Framework

gfx_mono_spinctrl_string Struct Reference

String struct.

#include <gfx_mono_spinctrl.h>

Data Fields

PROGMEM_STRING_Tdata
 Pointer to progmem strings to spin through. More...
 
uint8_t index
 Index in string array. More...
 

PROGMEM_STRING_T* gfx_mono_spinctrl_string::data

Pointer to progmem strings to spin through.

Note
Each string must be shorter than GFX_MONO_SPINCTRL_STRING_SPINNER_WIDTH characters. If not, printing it to the screen will corrupt the spinner appearance.

Referenced by gfx_mono_spinctrl_draw(), and gfx_mono_spinctrl_init().