mirror of
https://github.com/0015/ThatProject.git
synced 2026-01-13 01:37:43 +03:00
Creating Tesla's Website in SquareLine Studio (ESP32+LVGL)
This commit is contained in:
37
ESP32_LVGL/LVGL8_SquareLine/01_Tesla_Single_Page/ui.h
Executable file
37
ESP32_LVGL/LVGL8_SquareLine/01_Tesla_Single_Page/ui.h
Executable file
@@ -0,0 +1,37 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user