mirror of
https://github.com/adrigongv23/G26---Telemetry-Software.git
synced 2026-08-25 03:23:17 +02:00
68 lines
1.3 KiB
C
68 lines
1.3 KiB
C
// This file was generated by SquareLine Studio
|
|
// SquareLine Studio version: SquareLine Studio 1.6.0
|
|
// LVGL version: 8.3.11
|
|
// Project name: G26_v3
|
|
|
|
#ifndef _G26_V3_UI_H
|
|
#define _G26_V3_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"
|
|
#include "ui_theme_manager.h"
|
|
#include "ui_themes.h"
|
|
|
|
///////////////////// SCREENS ////////////////////
|
|
|
|
#include "ui_bootscreen.h"
|
|
#include "ui_Screen1.h"
|
|
#include "ui_settingscreen.h"
|
|
#include "ui_Screen2.h"
|
|
|
|
///////////////////// VARIABLES ////////////////////
|
|
|
|
|
|
// EVENTS
|
|
|
|
extern lv_obj_t * ui____initial_actions0;
|
|
|
|
// IMAGES AND IMAGE SETS
|
|
LV_IMG_DECLARE(ui_img_logo_volante_png); // assets/Logo_volante.png
|
|
|
|
// FONTS
|
|
LV_FONT_DECLARE(ui_font_ajustes);
|
|
LV_FONT_DECLARE(ui_font_ajustesnames);
|
|
LV_FONT_DECLARE(ui_font_labeld);
|
|
LV_FONT_DECLARE(ui_font_labeld2);
|
|
LV_FONT_DECLARE(ui_font_labelt);
|
|
LV_FONT_DECLARE(ui_font_neutral);
|
|
LV_FONT_DECLARE(ui_font_offon);
|
|
LV_FONT_DECLARE(ui_font_rpm);
|
|
LV_FONT_DECLARE(ui_font_speed);
|
|
LV_FONT_DECLARE(ui_font_speedlabel);
|
|
LV_FONT_DECLARE(ui_font_warmup);
|
|
|
|
// UI INIT
|
|
void ui_init(void);
|
|
void ui_destroy(void);
|
|
|
|
#ifdef __cplusplus
|
|
} /*extern "C"*/
|
|
#endif
|
|
|
|
#endif
|