42 lines
728 B
C
42 lines
728 B
C
// This file was generated by SquareLine Studio
|
|
// SquareLine Studio version: SquareLine Studio 1.6.1
|
|
// LVGL version: 9.2.2
|
|
// Project name: HeavenlyHeroStar
|
|
|
|
#ifndef _HEAVENLYHEROSTAR_UI_H
|
|
#define _HEAVENLYHEROSTAR_UI_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "lvgl.h"
|
|
|
|
#include "ui_helpers.h"
|
|
#include "ui_events.h"
|
|
|
|
|
|
///////////////////// SCREENS ////////////////////
|
|
|
|
#include "screens/ui_Screen1.h"
|
|
#include "screens/ui_Screen2.h"
|
|
#include "screens/ui_Screen3.h"
|
|
#include "screens/ui_Settings.h"
|
|
|
|
///////////////////// VARIABLES ////////////////////
|
|
|
|
|
|
// EVENTS
|
|
|
|
extern lv_obj_t * ui____initial_actions0;
|
|
|
|
// UI INIT
|
|
void ui_init(void);
|
|
void ui_destroy(void);
|
|
|
|
#ifdef __cplusplus
|
|
} /*extern "C"*/
|
|
#endif
|
|
|
|
#endif
|