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

Source that displays menu screen. More...

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

Functions

void menu_style ()
 Function to initialize menu screen styles.
 
void disp_mod_menu_screen (int menu_index)
 Function to display menu 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)
 

Variables

lv_obj_t * panel4_title
 
lv_obj_t * panel4_title1
 
lv_obj_t * panel4_title2
 
lv_obj_t * panel4_title3
 

Detailed Description

Source that displays menu screen.

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_menu_screen()

void disp_mod_menu_screen ( int menu_index)

Function to display menu screen.

Parameters
menu_index: represents line number in the menu screen
Here is the call graph for this function:
Here is the caller graph for this function:

◆ menu_style()

void menu_style ( )

Function to initialize menu screen styles.

Parameters
None
Here is the caller graph for this function:

Variable Documentation

◆ panel4_title

lv_obj_t* panel4_title

◆ panel4_title1

lv_obj_t* panel4_title1

◆ panel4_title2

lv_obj_t* panel4_title2

◆ panel4_title3

lv_obj_t* panel4_title3