mirror of
https://github.com/m5stack/meshtastic-device-ui.git
synced 2026-05-20 11:51:03 -07:00
9 lines
182 B
C
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*/ |