|  | 
| #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. 
 | 
|  |