/*******************************************************************
 * @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
 *********************/
#include <lvgl/examples/lv_examples.h>
#include "graphics_test.h"

/*********************
 *      DEFINES
 *********************/

/**********************
 *      TYPEDEFS
 **********************/

/**********************
 * GLOBAL PROTOTYPES
 **********************/

/* Example entry point */
void test_example_gestures(void);

/**********************
 *      MACROS
 **********************/

#ifdef __cplusplus
} /*extern "C"*/
#endif

#endif /*LV_EXAMPLE_GESTURES_H*/