initial commit
This commit is contained in:
23
components/ui_bsp/generated/events_init.c
Normal file
23
components/ui_bsp/generated/events_init.c
Normal file
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
* Copyright 2025 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 "events_init.h"
|
||||
#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)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user