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

Source that displays clear message screen. More...

#include "AppGlobal.h"
Include dependency graph for clear_screen.c:

Functions

void clear_screen_style ()
 function to initialize clear screen style
 
void disp_mod_clear_message_screen (int index)
 function to create clear messages screen
 
void disp_mod_clear_single_msgbox_screen ()
 function to create clear single message box
 
void disp_mod_clear_all_msgbox_screen ()
 function to create clear all message box
 
void common_label_creation (lv_obj_t *screen_name, const char *text, lv_coord_t x, lv_coord_t y, const lv_font_t *font_name, uint32_t font_colour)
 function to create the pin labels
 

Detailed Description

Source that displays clear message screen.

Function Documentation

◆ clear_screen_style()

void clear_screen_style ( )

function to initialize clear screen style

Parameters
none
Here is the caller graph for this function:

◆ common_label_creation()

void common_label_creation ( lv_obj_t * screen_name,
const char * text,
lv_coord_t x,
lv_coord_t y,
const lv_font_t * font_name,
uint32_t font_colour )
extern

function to create the pin labels

Parameters
screen_name- screen name
text- text to be displayed on the screen
x- x axis alignment of the label
y- y axis alignment of the label
w- width of the label
h- height of the label
font_name- font name (Monospace821 BT)
font_color- font color (white or black)
Here is the caller graph for this function:

◆ disp_mod_clear_all_msgbox_screen()

void disp_mod_clear_all_msgbox_screen ( )

function to create clear all message box

Parameters
none
Here is the caller graph for this function:

◆ disp_mod_clear_message_screen()

void disp_mod_clear_message_screen ( int index)

function to create clear messages screen

Parameters
index- cursor
Here is the call graph for this function:
Here is the caller graph for this function:

◆ disp_mod_clear_single_msgbox_screen()

void disp_mod_clear_single_msgbox_screen ( )

function to create clear single message box

Parameters
none
Here is the caller graph for this function: