Todo subido

This commit is contained in:
Álvaro Alcántara Ramírez 2026-08-03 21:52:05 +02:00
parent f0db3a8aeb
commit 27026caf57
87 changed files with 83292 additions and 17 deletions

68
Pantalla/include/ui/ui.h Normal file
View file

@ -0,0 +1,68 @@
// 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