Source that displays menu screen. More...
#include <AppGlobal.h>
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 |
Source that displays menu screen.
|
extern |
void disp_mod_menu_screen | ( | int | menu_index | ) |
Function to display menu screen.
menu_index | : represents line number in the menu screen |
void menu_style | ( | ) |
Function to initialize menu screen styles.
None |
lv_obj_t* panel4_title |
lv_obj_t* panel4_title1 |
lv_obj_t* panel4_title2 |
lv_obj_t* panel4_title3 |