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.
25 lines
789 B
25 lines
789 B
|
2 weeks ago
|
/*
|
||
|
|
#include <guider/generated/events_init.h>
|
||
|
|
#include <gui_guider/generated/events_init.h>
|
||
|
|
* Copyright 2026 NXP
|
||
|
|
* NXP Proprietary. This software is owned or controlled by NXP and may only be used strictly in
|
||
|
|
* accordance with the applicable license terms. By expressly accepting such terms or by downloading, installing,
|
||
|
|
* activating and/or otherwise using the software, you are agreeing that you have read, and that you agree to
|
||
|
|
* comply with and are bound by, such license terms. If you do not agree to be bound by the applicable license
|
||
|
|
* terms, then you may not retain, install, activate or otherwise use the software.
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include <stdio.h>
|
||
|
|
#include "lvgl.h"
|
||
|
|
|
||
|
|
#if LV_USE_GUIDER_SIMULATOR && LV_USE_FREEMASTER
|
||
|
|
#include "freemaster_client.h"
|
||
|
|
#endif
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
void events_init(lv_ui *ui)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|