mirror of
https://github.com/adrigongv23/G26---Telemetry-Software.git
synced 2026-08-25 11:33:17 +02:00
Todo subido
This commit is contained in:
parent
f0db3a8aeb
commit
27026caf57
87 changed files with 83292 additions and 17 deletions
25
Pantalla/include/ui/ui_bootscreen.h
Normal file
25
Pantalla/include/ui/ui_bootscreen.h
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
// 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 UI_BOOTSCREEN_H
|
||||
#define UI_BOOTSCREEN_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
// SCREEN: ui_bootscreen
|
||||
extern void ui_bootscreen_screen_init(void);
|
||||
extern void ui_bootscreen_screen_destroy(void);
|
||||
extern lv_obj_t * ui_bootscreen;
|
||||
extern lv_obj_t * ui_logoboot;
|
||||
// CUSTOM VARIABLES
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /*extern "C"*/
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue