Example of using the LVGL (8.3.4) with the MbedOS (6.16 - bare metal) on the Disco-F746NG board

Dependencies:   BSP_DISCO_F746NG

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers touchpad.h Source File

touchpad.h

00001 /**
00002  * @file indev.h
00003  * 
00004  */
00005 #ifdef __cplusplus
00006  extern "C" {
00007 #endif
00008 
00009 #ifndef INDEV_H
00010 #define INDEV_H
00011 
00012 /*********************
00013  *      INCLUDES
00014  *********************/
00015 #include <stdbool.h>
00016 #include <stdint.h>
00017 
00018 /*********************
00019  *      DEFINES
00020  *********************/
00021 
00022 /**********************
00023  *      TYPEDEFS
00024  **********************/
00025 
00026 /**********************
00027  * GLOBAL PROTOTYPES
00028  **********************/
00029 void touchpad_init(void);
00030 
00031 /**********************
00032  *      MACROS
00033  **********************/
00034 #ifdef __cplusplus
00035 }
00036 #endif
00037 
00038 #endif