Source that displays about screen. More...
#include <AppGlobal.h>
Functions | |
void | about_style () |
Function to initialize about screen style. | |
void | disp_mod_about_screen (int about_index) |
Function to display about screen. | |
void | disp_mod_extra_about_screen (int about_index) |
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 | |
s_about_name | s_about_screen_name [MACRO_MAX_ABOUT_NAMES] |
lv_obj_t * | back_label_about |
lv_obj_t * | mod1_label |
lv_obj_t * | mod2_label |
lv_obj_t * | mod3_label |
lv_obj_t * | mod4_label |
lv_obj_t * | mod5_label |
lv_obj_t * | mod6_label |
Source that displays about screen.
void about_style | ( | ) |
Function to initialize about screen style.
None |
|
extern |
void disp_mod_about_screen | ( | int | about_index | ) |
Function to display about screen.
about_index | : represents line number inside the extra about screen |
void disp_mod_extra_about_screen | ( | int | about_index | ) |
lv_obj_t* back_label_about |
lv_obj_t* mod1_label |
lv_obj_t* mod2_label |
lv_obj_t* mod3_label |
lv_obj_t* mod4_label |
lv_obj_t* mod5_label |
lv_obj_t* mod6_label |
|
extern |