PEController BSP v4
Board Support Package for PEController from Taraz Technologies
 
Loading...
Searching...
No Matches
lv_ta_field_data_t Struct Reference

Contains the required items for displaying the fields with a name and value.

Public Attributes

bool isTextArea
 If editable field value, set this to true.
 
bool colorFieldName
 If true colors the field name, else colors the field value.
 
lv_obj_t * nameField
 lv_obj_t representing the name label.
 
lv_obj_t * valueField
 lv_obj_t representing the value label.
 
lv_obj_t * container
 lv_obj_t representing the overall container.
 
const char * nameTxt
 Name of the field.
 
const char * valueTxt
 Value of the field.
 
lv_coord_t colWidths [2]
 Width of both columns, name and value.