add lcd driver for xidatong

This commit is contained in:
Wang_Weigen
2022-05-06 17:53:48 +08:00
parent afc4b58b74
commit 5338598158
14 changed files with 1728 additions and 10 deletions
+2 -2
View File
@@ -22,11 +22,11 @@ extern void lv_example_aoteman(void);
void* lvgl_thread(void *parameter)
{
/* display demo; you may replace with your LVGL application at here */
// lv_demo_calendar();
lv_demo_calendar();
// lv_example_img_1();
// lv_example_chart_2();
// lv_example_line_1();
lv_example_aoteman();
// lv_example_aoteman();
/* handle the tasks of LVGL */
while(1)
{