cmcu为stm32h743IIt6
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
256 B

/*
* Copyright 2022 NXP
* SPDX-License-Identifier: MIT
*/
#include <guider/generated/events_init.h>
#include <guider/generated/gui_guider.h>
lv_ui guider_ui;
void gui_guider_setup(void)
{
//setup_ui(&guider_ui);
// events_init(&guider_ui);
}