50 lines
917 B
C
50 lines
917 B
C
|
// This file was generated by SquareLine Studio
|
||
|
// SquareLine Studio version: SquareLine Studio 1.4.1
|
||
|
// LVGL version: 8.3.11
|
||
|
// Project name: AcidDrop
|
||
|
|
||
|
#ifndef _ACIDDROP_UI_H
|
||
|
#define _ACIDDROP_UI_H
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
#if defined __has_include
|
||
|
#if __has_include("lvgl.h")
|
||
|
#include "lvgl.h"
|
||
|
#elif __has_include("lvgl/lvgl.h")
|
||
|
#include "lvgl/lvgl.h"
|
||
|
#else
|
||
|
#include "lvgl.h"
|
||
|
#endif
|
||
|
#else
|
||
|
#include "lvgl.h"
|
||
|
#endif
|
||
|
|
||
|
#include "ui_helpers.h"
|
||
|
#include "ui_events.h"
|
||
|
|
||
|
// SCREEN: ui_AcidDrop
|
||
|
void ui_AcidDrop_screen_init(void);
|
||
|
extern lv_obj_t *ui_AcidDrop;
|
||
|
extern lv_obj_t *ui_TabViewMain;
|
||
|
extern lv_obj_t *ui_TabIRC;
|
||
|
extern lv_obj_t *ui_TabSettings;
|
||
|
extern lv_obj_t *ui_TabAbout;
|
||
|
extern lv_obj_t *ui_LabelAbout;
|
||
|
extern lv_obj_t *ui____initial_actions0;
|
||
|
|
||
|
|
||
|
|
||
|
LV_FONT_DECLARE( ui_font_SauceCodeProRegularMono);
|
||
|
|
||
|
|
||
|
void ui_init(void);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
} /*extern "C"*/
|
||
|
#endif
|
||
|
|
||
|
#endif
|