// This file was generated by SquareLine Studio // SquareLine Studio version: SquareLine Studio 1.5.4 // LVGL version: 8.3.11 // Project name: SquareLine_Project #ifndef _SQUARELINE_PROJECT_UI_H #define _SQUARELINE_PROJECT_UI_H #ifdef __cplusplus extern "C" { #endif #include "lvgl.h" #include "ui_helpers.h" #include "ui_events.h" ///////////////////// SCREENS //////////////////// #include "screens/ui_ScreenMain.h" #include "screens/ui_ScreenSingleBPM.h" #include "screens/ui_ScreenAllBPMStart.h" #include "screens/ui_ScreenUse.h" ///////////////////// VARIABLES //////////////////// // EVENTS extern lv_obj_t * ui____initial_actions0; // FONTS LV_FONT_DECLARE(ui_font_Mi25Medium); LV_FONT_DECLARE(ui_font_Mi16Normal); LV_FONT_DECLARE(ui_font_Mi22Normal); LV_FONT_DECLARE(ui_font_Mi22Bold); LV_FONT_DECLARE(ui_font_LENOVO22); LV_FONT_DECLARE(ui_font_global); // UI INIT void ui_init(void); void ui_destroy(void); #ifdef __cplusplus } /*extern "C"*/ #endif #endif