mirror of
https://github.com/adrigongv23/G26---Telemetry-Software.git
synced 2026-05-25 20:41:27 +02:00
Creación de repositorio, copia de pantalla
This commit is contained in:
commit
6adc19faf6
71 changed files with 241507 additions and 0 deletions
61
include/ui/ui.h
Normal file
61
include/ui/ui.h
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
// 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue