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

Macros

#define CONTROL_CONFS_COUNT   (3)
 Number of control parameters/configurations to be displayed on main screen.
 
#define MONITOR_CONFS_COUNT   (3)
 Number of monitored parameters/configurations to be displayed on main screen.
 
#define CONTROL_COL_COUNT   (3)
 Number of columns in controls area.
 
#define MONITOR_COL_COUNT   (3)
 Number of columns in monitoring area.
 
#define CONTROL_AREA_RATIO   (1)
 Ratio of control area.
 
#define MONITOR_AREA_RATIO   (1)
 Ratio of monitoring area.
 
#define MEASUREMENT_AREA_RATIO   (5)
 Ratio of measurement area on the main screen.
 
#define APP_AREA_RATIO   (4)
 Ratio of application specific area on the main screen.
 
#define MEASUREMENT_VALUE_FONT   (lv_font_montserrat_22)
 Font used by the displayed measurement value.
 
#define CONTROL_VALUE_FONT   (lv_font_montserrat_16)
 Font used by the displayed control parameters.
 
#define MONITOR_VALUE_FONT   (lv_font_montserrat_16)
 Font used by the displayed monitoring parameters.
 

Detailed Description

Macro Definition Documentation

◆ CONTROL_CONFS_COUNT

#define CONTROL_CONFS_COUNT   (3)
Note
Combined with CONTROL_COL_COUNT, this calculates the rows required by the control area and thus computes the required sizes for each controllable parameter

◆ MONITOR_CONFS_COUNT

#define MONITOR_CONFS_COUNT   (3)
Note
Combined with MONITOR_COL_COUNT, this calculates the rows required by the monitoring area and thus computes the required sizes for each monitor-able parameter