integrate img_conf into lv_conf.h

This commit is contained in:
Gabor Kiss-Vamosi
2017-11-19 21:16:53 +01:00
parent dc9b619307
commit 552e7a8cf1
6 changed files with 5 additions and 221 deletions

View File

@@ -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.