integrate img_conf into lv_conf.h
This commit is contained in:
@@ -111,7 +111,7 @@ typedef struct _lv_indev_t {
|
||||
* @param driver pointer to an initialized 'lv_indev_drv_t' variable (can be local variable)
|
||||
* @return pointer to the new input device or NULL on error
|
||||
*/
|
||||
lv_indev_t * lv_indev_add(lv_indev_drv_t *driver);
|
||||
lv_indev_t * lv_indev_register(lv_indev_drv_t *driver);
|
||||
|
||||
/**
|
||||
* Get the next input device.
|
||||
|
||||
Reference in New Issue
Block a user