Source that displays MAC screen details. More...
#include <AppGlobal.h>
Functions | |
void | mac_style () |
Function to initialize the mac screen style. | |
void | disp_mod_mac_screen () |
Function to display MAC screen. | |
void | common_label_creation (lv_obj_t *screen_name, char *text, lv_coord_t x, lv_coord_t y, const lv_font_t *font_name, uint32_t font_colour) |
void | update_mac_screen () |
Variables | |
lv_obj_t * | back_title_mac |
lv_obj_t * | mac_title |
lv_obj_t * | mac_value1 |
lv_obj_t * | mac_value2 |
lv_obj_t * | mac_value3 |
mac_screen | m_mac_screen |
Source that displays MAC screen details.
|
extern |
void disp_mod_mac_screen | ( | ) |
Function to display MAC screen.
None |
void mac_style | ( | ) |
Function to initialize the mac screen style.
None |
void update_mac_screen | ( | ) |
lv_obj_t* back_title_mac |
|
extern |
lv_obj_t* mac_title |
lv_obj_t* mac_value1 |
lv_obj_t* mac_value2 |
lv_obj_t* mac_value3 |