PEController BSP v4
Board Support Package for PEController from Taraz Technologies
 
Loading...
Searching...
No Matches

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.
 

Detailed Description

Function Documentation

◆ MainScreen_AppTouchDetect()

screen_type_t MainScreen_AppTouchDetect ( uint8_t  _tag)
extern
Parameters
_tagTag if any detected on the generic main screen.
Returns
A new screen type if screen needs to be changed based upon the touch response.

◆ MainScreen_CreateAppArea()

void MainScreen_CreateAppArea ( lv_obj_t *  parent,
int  row,
int  col 
)
extern
Parameters
parentParent lv_obj_t of the device.
rowRow index for the item.
colColumn index for the item.