mirror of
https://github.com/adrigongv23/G26---Telemetry-Software.git
synced 2026-05-25 12:31:27 +02:00
61 lines
1.2 KiB
C
61 lines
1.2 KiB
C
// This file was generated by SquareLine Studio
|
|
// SquareLine Studio version: SquareLine Studio 1.5.3
|
|
// LVGL version: 8.3.6
|
|
// 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_Screen1.h"
|
|
#include "ui_Screen2.h"
|
|
#include "ui_Screen3.h"
|
|
#include "ui_Screen4.h"
|
|
|
|
///////////////////// VARIABLES ////////////////////
|
|
|
|
|
|
// EVENTS
|
|
|
|
extern lv_obj_t * ui____initial_actions0;
|
|
|
|
// FONTS
|
|
LV_FONT_DECLARE(ui_font_Consolas30);
|
|
LV_FONT_DECLARE(ui_font_Consolas35);
|
|
LV_FONT_DECLARE(ui_font_Consolas200);
|
|
LV_FONT_DECLARE(ui_font_Consolas300);
|
|
LV_FONT_DECLARE(ui_font_Consolas350);
|
|
LV_FONT_DECLARE(ui_font_Consolas150);
|
|
LV_FONT_DECLARE(ui_font_Consolas80);
|
|
LV_FONT_DECLARE(ui_font_Consolas60);
|
|
LV_FONT_DECLARE(ui_font_Consolas50);
|
|
|
|
// UI INIT
|
|
void ui_init(void);
|
|
void ui_destroy(void);
|
|
|
|
#ifdef __cplusplus
|
|
} /*extern "C"*/
|
|
#endif
|
|
|
|
#endif
|