Source that displays pin screen. More...
#include <AppGlobal.h>
Functions | |
void | disp_mod_pin_screen (int pin_buf[], int index) |
Function to display pin screen. | |
void | pin_style () |
Function to initialize pin screen styles. | |
void | disp_pin_correct_details () |
Function to print "PIN MATCHED". | |
void | Incrementpin1 (int pin_buf[], int index) |
Function to display pin screen in caret mode. | |
void | disp_mod_pin_screen_wrap (int pin_buf[], int index) |
Function to display pin screen to wrap. | |
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 | |
void | stop_flashing_timer () |
function to stop the flashing timer | |
Variables | |
int | flash_on |
lv_obj_t * | pin_label |
lv_obj_t * | label_pin |
lv_obj_t * | label1_pin |
lv_obj_t * | pin0_label |
lv_obj_t * | pin1_label |
lv_obj_t * | pin2_label |
lv_obj_t * | pin3_label |
lv_obj_t * | pin_corr_label |
Source that displays pin screen.
|
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_pin_screen | ( | int | pin_buf[], |
int | index ) |
Function to display pin screen.
pin_buf[] | : default pin values, index : pin_index value |
void disp_mod_pin_screen_wrap | ( | int | pin_buf[], |
int | index ) |
Function to display pin screen to wrap.
pin_buf[] | : default pin values, index : pin_index value |
void disp_pin_correct_details | ( | ) |
Function to print "PIN MATCHED".
None |
void Incrementpin1 | ( | int | pin_buf[], |
int | index ) |
Function to display pin screen in caret mode.
pin_buf[] | : default pin values, index : pin_index value |
void pin_style | ( | ) |
Function to initialize pin screen styles.
None |
|
extern |
function to stop the flashing timer
none |
|
extern |
lv_obj_t* label1_pin |
lv_obj_t* label_pin |
lv_obj_t* pin0_label |
lv_obj_t* pin1_label |
lv_obj_t* pin2_label |
lv_obj_t* pin3_label |
lv_obj_t* pin_corr_label |
lv_obj_t* pin_label |