diff options
| author | Joaquim <joaquim.org@gmail.com> | 2021-01-28 17:07:28 (GMT) |
|---|---|---|
| committer | Joaquim <joaquim.org@gmail.com> | 2021-01-28 17:07:28 (GMT) |
| commit | efa99da44d52235bfbf40120f9c1faeb42ce36a7 (patch) | |
| tree | bb2b9d04c53731efbc33eeedabcd019b5a5b5254 /src/libs/lvgl/porting/lv_port_indev_template.h | |
| parent | 80838d1e42e83b50188d6237d16c81cfa27781a6 (diff) | |
LVGL V7 Upgrade
Diffstat (limited to 'src/libs/lvgl/porting/lv_port_indev_template.h')
| m--------- | src/libs/lvgl | 0 | ||||
| -rw-r--r-- | src/libs/lvgl/porting/lv_port_indev_template.h | 45 |
2 files changed, 0 insertions, 45 deletions
diff --git a/src/libs/lvgl b/src/libs/lvgl new file mode 160000 +Subproject bd42ffeadb44df5dee6b7a92aeb93e3ef1d2a1f diff --git a/src/libs/lvgl/porting/lv_port_indev_template.h b/src/libs/lvgl/porting/lv_port_indev_template.h deleted file mode 100644 index ca0274e..0000000 --- a/src/libs/lvgl/porting/lv_port_indev_template.h +++ /dev/null @@ -1,45 +0,0 @@ - -/** - * @file lv_port_indev_templ.h - * - */ - - /*Copy this file as "lv_port_indev.h" and set this value to "1" to enable content*/ -#if 0 - -#ifndef LV_PORT_INDEV_TEMPL_H -#define LV_PORT_INDEV_TEMPL_H - -#ifdef __cplusplus -extern "C" { -#endif - -/********************* - * INCLUDES - *********************/ -#include "lvgl/lvgl.h" - -/********************* - * DEFINES - *********************/ - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - -/********************** - * MACROS - **********************/ - - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /*LV_PORT_INDEV_TEMPL_H*/ - -#endif /*Disable/Enable content*/ |
