add lv_imgbtn

This commit is contained in:
Gabor Kiss-Vamosi
2018-09-06 20:57:59 +02:00
parent 467fd77a28
commit 4db5e54737
9 changed files with 470 additions and 17 deletions

View File

@@ -78,7 +78,7 @@ lv_obj_t * lv_templ_create(lv_obj_t * par, const lv_obj_t * copy);
* @param templ pointer to template object
* @param type which style should be set
* @param style pointer to a style
* */
*/
void lv_templ_set_style(lv_obj_t * templ, lv_templ_style_t type, lv_style_t *style);
/*=====================
@@ -90,7 +90,7 @@ void lv_templ_set_style(lv_obj_t * templ, lv_templ_style_t type, lv_style_t *sty
* @param templ pointer to template object
* @param type which style should be get
* @return style pointer to the style
* */
*/
lv_style_t * lv_templ_get_style(const lv_obj_t * templ, lv_templ_style_t type);
/*=====================