Functions | |
void | MainScreen_CreateAppArea (lv_obj_t *parent, int row, int col) |
Creates the application dependent area of the main screen. | |
void | MainScreen_RefreshAppArea (void) |
Refreshes the application dependent area of the main screen. | |
screen_type_t | MainScreen_AppTouchDetect (uint8_t _tag) |
Touch detection of the application dependent area of the screen. | |
|
extern |
_tag | Tag if any detected on the generic main screen. |
|
extern |
parent | Parent lv_obj_t of the device. |
row | Row index for the item. |
col | Column index for the item. |