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.
17 lines
256 B
17 lines
256 B
|
2 weeks ago
|
/*
|
||
|
|
* 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);
|
||
|
|
}
|
||
|
|
|