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

Source that displays about screen. More...

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

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
 

Detailed Description

Source that displays about screen.

Function Documentation

◆ about_style()

void about_style ( )

Function to initialize about screen style.

Parameters
None
Here is the caller graph for this function:

◆ 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_about_screen()

void disp_mod_about_screen ( int about_index)

Function to display about screen.

Parameters
about_index: represents line number inside the extra about screen
Here is the call graph for this function:
Here is the caller graph for this function:

◆ disp_mod_extra_about_screen()

void disp_mod_extra_about_screen ( int about_index)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ back_label_about

lv_obj_t* back_label_about

◆ mod1_label

lv_obj_t* mod1_label

◆ mod2_label

lv_obj_t* mod2_label

◆ mod3_label

lv_obj_t* mod3_label

◆ mod4_label

lv_obj_t* mod4_label

◆ mod5_label

lv_obj_t* mod5_label

◆ mod6_label

lv_obj_t* mod6_label

◆ s_about_screen_name

s_about_name s_about_screen_name[MACRO_MAX_ABOUT_NAMES]
extern