lv_porting: add display and indev porting skeleton functions
This commit is contained in:
@@ -161,7 +161,7 @@ void lv_indev_set_group(lv_indev_t * indev, lv_group_t * group)
|
||||
* @param indev pointer to an input device
|
||||
* @param group point to a group
|
||||
*/
|
||||
void lv_indev_set_button_points(lv_indev_t * indev, lv_point_t * points)
|
||||
void lv_indev_set_button_points(lv_indev_t * indev, const lv_point_t * points)
|
||||
{
|
||||
if(indev->driver.type == LV_INDEV_TYPE_BUTTON) indev->btn_points = points;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user