rt-thread-official/bsp/stm32/stm32h750-artpi/applications/lvgl/lv_demo.c

15 lines
301 B
C

/*
* Copyright (c) 2006-2022, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2022-01-28 Rudy Lo The first version
*/
void lv_user_gui_init(void)
{
extern void lv_demo_music(void);
lv_demo_music();
}