/* * @Author: wujunchao wujunchao@wuxismart.com * @Date: 2024-12-25 09:04:11 * @LastEditors: wujunchao wujunchao@wuxismart.com * @LastEditTime: 2024-12-25 10:27:33 * @FilePath: \signal_generator\LVGL\examples\porting\lv_port_indev.h * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ /** * @file lv_port_indev_templ.h * */ /*Copy this file as "lv_port_indev.h" and set this value to "1" to enable content*/ #if 1 #ifndef LV_PORT_INDEV_TEMPL_H #define LV_PORT_INDEV_TEMPL_H #ifdef __cplusplus extern "C" { #endif /********************* * INCLUDES *********************/ #include "lvgl.h" /********************* * DEFINES *********************/ /********************** * TYPEDEFS **********************/ /********************** * GLOBAL PROTOTYPES **********************/ void lv_port_indev_init(void); /********************** * MACROS **********************/ #ifdef __cplusplus } /*extern "C"*/ #endif #endif /*LV_PORT_INDEV_TEMPL_H*/ #endif /*Disable/Enable content*/