提交 ab4c22b0 编写于 作者: mysterywolf's avatar mysterywolf

[nk-n9h30] format code

上级 6a20471e
/* /*
* Copyright (c) 2006-2021, RT-Thread Development Team * Copyright (c) 2006-2022, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#define LV_FONT_MONTSERRAT_16 1 #define LV_FONT_MONTSERRAT_16 1
#define LV_USE_PERF_MONITOR 1 #define LV_USE_PERF_MONITOR 1
#if LV_VERSION_EQUAL(8, 1, 0) #if LV_VERSION_EQUAL(8, 1, 0)
#define LV_USE_DEMO_RTT_MUSIC 1 #define LV_USE_DEMO_RTT_MUSIC 1
#define LV_DEMO_RTT_MUSIC_AUTO_PLAY 1 #define LV_DEMO_RTT_MUSIC_AUTO_PLAY 1
#else #else
......
/* /*
* Copyright (c) 2006-2021, RT-Thread Development Team * Copyright (c) 2006-2022, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
...@@ -273,7 +273,7 @@ void lv_port_disp_init(void) ...@@ -273,7 +273,7 @@ void lv_port_disp_init(void)
/*Set a display buffer*/ /*Set a display buffer*/
disp_drv.draw_buf = &disp_buf; disp_drv.draw_buf = &disp_buf;
#if LV_VERSION_EQUAL(8, 1, 0) #if LV_VERSION_EQUAL(8, 1, 0)
/*Fill a memory with a color (GPU only)*/ /*Fill a memory with a color (GPU only)*/
disp_drv.gpu_fill_cb = nu_fill_cb; disp_drv.gpu_fill_cb = nu_fill_cb;
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册