Files
ThatProject/ESP32_LVGL/LVGL8_SquareLine/01_Tesla_Single_Page/ui.h

38 lines
710 B
C
Executable File

// SquareLine LVGL GENERATED FILE
// EDITOR VERSION: SquareLine Studio 1.0.0
// LVGL VERSION: 8.2
// PROJECT: 0_Tesla_Page
#ifndef _0_TESLA_PAGE_UI_H
#define _0_TESLA_PAGE_UI_H
#ifdef __cplusplus
extern "C" {
#endif
#include "lvgl.h"
extern lv_obj_t * ui_Screen1;
extern lv_obj_t * ui_Image_Background;
extern lv_obj_t * ui_BottomPanel;
extern lv_obj_t * ui_BTN_Custom_Order;
extern lv_obj_t * ui_BTN_LABEL;
extern lv_obj_t * ui_BTN_Custom_Order_copy;
extern lv_obj_t * ui_BTN_LABEL1;
extern lv_obj_t * ui_Label_Title;
extern lv_obj_t * ui_Label_Subtile;
LV_IMG_DECLARE(ui_img_tesla_model_3_png); // assets\tesla_model_3.png
void ui_init(void);
#ifdef __cplusplus
} /*extern "C"*/
#endif
#endif