dash5_esp32s3/firmware/ui.h

56 lines
1.0 KiB
C

// This file was generated by SquareLine Studio
// SquareLine Studio version: SquareLine Studio 1.5.2
// LVGL version: 8.3.11
// Project name: SquareLine_Project
#ifndef _SQUARELINE_PROJECT_UI_H
#define _SQUARELINE_PROJECT_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"
///////////////////// SCREENS ////////////////////
#include "ui_mainScreen.h"
#include "ui_benchScreen.h"
///////////////////// VARIABLES ////////////////////
// EVENTS
extern lv_obj_t * ui____initial_actions0;
// FONTS
LV_FONT_DECLARE(ui_font_FontIndicator);
LV_FONT_DECLARE(ui_font_FontIndicatorLabel);
LV_FONT_DECLARE(ui_font_FontLabel);
LV_FONT_DECLARE(ui_font_FontRPM);
LV_FONT_DECLARE(ui_font_FontSpeed);
// UI INIT
void ui_init(void);
void ui_destroy(void);
#ifdef __cplusplus
} /*extern "C"*/
#endif
#endif