File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
bsp/nuvoton/nk-n9h30/applications/lvgl Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2006-2021 , RT-Thread Development Team
2+ * Copyright (c) 2006-2022 , RT-Thread Development Team
33 *
44 * SPDX-License-Identifier: Apache-2.0
55 *
2525#define LV_FONT_MONTSERRAT_16 1
2626#define LV_USE_PERF_MONITOR 1
2727
28- #if LV_VERSION_EQUAL (8 , 1 , 0 )
28+ #if LV_VERSION_EQUAL (8 , 1 , 0 )
2929#define LV_USE_DEMO_RTT_MUSIC 1
3030#define LV_DEMO_RTT_MUSIC_AUTO_PLAY 1
3131#else
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2006-2021 , RT-Thread Development Team
2+ * Copyright (c) 2006-2022 , RT-Thread Development Team
33 *
44 * SPDX-License-Identifier: Apache-2.0
55 *
@@ -273,7 +273,7 @@ void lv_port_disp_init(void)
273273 /*Set a display buffer*/
274274 disp_drv .draw_buf = & disp_buf ;
275275
276- #if LV_VERSION_EQUAL (8 , 1 , 0 )
276+ #if LV_VERSION_EQUAL (8 , 1 , 0 )
277277 /*Fill a memory with a color (GPU only)*/
278278 disp_drv .gpu_fill_cb = nu_fill_cb ;
279279#endif
You can’t perform that action at this time.
0 commit comments