Files

9 lines
182 B
C

#ifndef EEZ_LVGL_UI_ACTIONS_H
#define EEZ_LVGL_UI_ACTIONS_H
#include "lvgl.h"
extern void action_on_boot_screen_displayed(lv_event_t * e);
#endif /*EEZ_LVGL_UI_ACTIONS_H*/