Boilerplate library to get started with LvGL on STM DISCO F746NG board. Adapted from https://os.mbed.com/users/JohnnyK/code/DISCO-F746NG_MbedOs_LvGL_example/
Dependencies: BSP_DISCO_F746NG
lv_port_disp.h
- Committer:
- elelthvd
- Date:
- 2020-09-08
- Revision:
- 0:cffa136e7f8f
File content as of revision 0:cffa136e7f8f:
/** * @file lv_port_disp_templ.h * */ /*Copy this file as "lv_port_disp.h" and set this value to "1" to enable content*/ #if 1 #ifndef LV_PORT_DISP_H #define LV_PORT_DISP_H #ifdef __cplusplus extern "C" { #endif /********************* * INCLUDES *********************/ #include "lvgl/lvgl.h" /********************* * DEFINES *********************/ /********************** * TYPEDEFS **********************/ /********************** * GLOBAL PROTOTYPES **********************/ void lv_port_disp_init(void); /********************** * MACROS **********************/ #ifdef __cplusplus } /* extern "C" */ #endif #endif /*LV_PORT_DISP_TEMPL_H*/ #endif /*Disable/Enable content*/