/* * @Author: wujunchao wujunchao@wuxismart.com * @Date: 2024-12-27 11:51:06 * @LastEditors: wujunchao wujunchao@wuxismart.com * @LastEditTime: 2024-12-27 12:31:59 * @FilePath: \signal_generator\App\APP_WU\Inc\apps_gather.h * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ #ifndef __APPS_GATHER_H #define __APPS_GATHER_H //provided by ZhangXiaoMing #include "main.h" #include "tm1650.h" #include "mux_signal.h" #include "JLX240-00301-BN.h" #include #include "gpio.h" #include "modbus.h" #include "ble.h" #include "hart.h" #include "rn7302.h" #include "SIG24130.h" //LVGL #include "lvgl.h" // 它为整个LVGL提供了更完整的头文件引用 #include "lv_port_disp.h" // LVGL的显示 //#include "lv_port_indev.h" // LVGL的触屏 #include "gui_guider.h" // Gui Guider 生成的界面和控件的声明 #include "events_init.h" // Gui Guider 生成的初始化事件、回调函数 //written bt WuJunChao #include "timer.h" #endif