Arrow3-MBN-APP
 
Loading...
Searching...
No Matches
mac_screen.c File Reference

Source that displays MAC screen details. More...

#include <AppGlobal.h>
Include dependency graph for mac_screen.c:

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
 

Detailed Description

Source that displays MAC screen details.

Function Documentation

◆ common_label_creation()

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 )
extern
Here is the caller graph for this function:

◆ disp_mod_mac_screen()

void disp_mod_mac_screen ( )

Function to display MAC screen.

Parameters
None
Here is the call graph for this function:
Here is the caller graph for this function:

◆ mac_style()

void mac_style ( )

Function to initialize the mac screen style.

Parameters
None
Here is the caller graph for this function:

◆ update_mac_screen()

void update_mac_screen ( )
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ back_title_mac

lv_obj_t* back_title_mac

◆ m_mac_screen

mac_screen m_mac_screen
extern

◆ mac_title

lv_obj_t* mac_title

◆ mac_value1

lv_obj_t* mac_value1

◆ mac_value2

lv_obj_t* mac_value2

◆ mac_value3

lv_obj_t* mac_value3