mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 16:53:30 +08:00
[nk-n9h30] format code
This commit is contained in:
parent
6a20471ee9
commit
ab4c22b07d
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* 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 @@
|
|||||||
#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
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* 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)
|
|||||||
/*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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user