Source that displays clear message screen. More...
#include "AppGlobal.h"
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 | |
Source that displays clear message screen.
void clear_screen_style | ( | ) |
function to initialize clear screen style
none |
|
extern |
function to create the pin labels
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) |
void disp_mod_clear_all_msgbox_screen | ( | ) |
function to create clear all message box
none |
void disp_mod_clear_message_screen | ( | int | index | ) |
function to create clear messages screen
index | - cursor |
void disp_mod_clear_single_msgbox_screen | ( | ) |
function to create clear single message box
none |