refactor(btn, img): rename btn to button and img to image
This commit is contained in:
@@ -37,13 +37,13 @@ void lv_example_bar_4(void);
|
||||
void lv_example_bar_5(void);
|
||||
void lv_example_bar_6(void);
|
||||
|
||||
void lv_example_btn_1(void);
|
||||
void lv_example_btn_2(void);
|
||||
void lv_example_btn_3(void);
|
||||
void lv_example_button_1(void);
|
||||
void lv_example_button_2(void);
|
||||
void lv_example_button_3(void);
|
||||
|
||||
void lv_example_btnmatrix_1(void);
|
||||
void lv_example_btnmatrix_2(void);
|
||||
void lv_example_btnmatrix_3(void);
|
||||
void lv_example_buttonmatrix_1(void);
|
||||
void lv_example_buttonmatrix_2(void);
|
||||
void lv_example_buttonmatrix_3(void);
|
||||
|
||||
void lv_example_calendar_1(void);
|
||||
|
||||
@@ -72,10 +72,10 @@ void lv_example_dropdown_1(void);
|
||||
void lv_example_dropdown_2(void);
|
||||
void lv_example_dropdown_3(void);
|
||||
|
||||
void lv_example_img_1(void);
|
||||
void lv_example_img_2(void);
|
||||
void lv_example_img_3(void);
|
||||
void lv_example_img_4(void);
|
||||
void lv_example_image_1(void);
|
||||
void lv_example_image_2(void);
|
||||
void lv_example_image_3(void);
|
||||
void lv_example_image_4(void);
|
||||
|
||||
void lv_example_imgbtn_1(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user