EasyGUI
gui_graph_data_t Struct Reference

Graph data widget structure. More...

Data Fields

gui_linkedlistroot_t root
 
gui_id_t id
 
int16_t * data
 
size_t length
 
size_t ptr
 
gui_color_t color
 
gui_graph_type_t type
 

Detailed Description

Graph data widget structure.

Field Documentation

◆ color

gui_color_t color

Curve color

◆ data

int16_t* data

Pointer to actual data object

◆ id

Data ID

◆ length

size_t length

Size of data array

◆ ptr

size_t ptr

Read/Write start pointer

◆ root

Root linked list object of graph widgets

◆ type

Plot data type