/******************************************************************* * @file lv_example_gestures.h * * Copyright (c) 2024 EDGEMTech Ltd. * * Author: EDGEMTech Ltd, Erik Tagirov (erik.tagirov@edgemtech.ch) * ******************************************************************/ #ifndef LV_EXAMPLE_GESTURES_H #define LV_EXAMPLE_GESTURES_H #ifdef __cplusplus extern "C" { #endif /********************* * INCLUDES *********************/ /********************* * DEFINES *********************/ /********************** * TYPEDEFS **********************/ /********************** * GLOBAL PROTOTYPES **********************/ /* Example entry point */ void lv_example_gestures(void); /********************** * MACROS **********************/ #ifdef __cplusplus } /*extern "C"*/ #endif #endif /*LV_EXAMPLE_GESTURES_H*/