mirror of
https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library.git
synced 2026-03-10 10:07:04 +01:00
8 lines
129 B
C
8 lines
129 B
C
#pragma once
|
|
#include "app_typedef.h"
|
|
#include "lvgl.h"
|
|
|
|
extern app_t app_controller;
|
|
|
|
void app_controller_load(lv_obj_t *cont);
|