Dependencies: BSP_DISCO_F746NG
Diff: hal_stm_lvgl/tft/tft.h
- Revision:
- 5:071136c3eefa
- Parent:
- 3:4f5dc253eb7b
--- a/hal_stm_lvgl/tft/tft.h Sun Apr 25 12:35:07 2021 +0000 +++ b/hal_stm_lvgl/tft/tft.h Tue Jun 15 19:35:57 2021 +0000 @@ -3,19 +3,18 @@ * */ -#ifndef DISP_H -#define DISP_H - #ifdef __cplusplus extern "C" { #endif +#ifndef DISP_H +#define DISP_H + /********************* * INCLUDES *********************/ #include <stdint.h> -#include "lvgl/src/lv_misc/lv_color.h" -#include "lvgl/src/lv_misc/lv_area.h" +#include "lvgl/lvgl.h" /********************* * DEFINES @@ -39,5 +38,4 @@ } #endif -#endif - +#endif \ No newline at end of file