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
lvgl_f746ng.h
- Committer:
- elelthvd
- Date:
- 2020-09-08
- Revision:
- 0:cffa136e7f8f
- Child:
- 1:a23fffad1321
File content as of revision 0:cffa136e7f8f:
/** * @file lvgl_f746ng.h * */ #ifndef LVGL_F746NG_H #define LVGL_F746NG_H // #ifdef __cplusplus // extern "C" { // #endif /********************* * INCLUDES *********************/ #include "mbed.h" /********************* * DEFINES *********************/ /********************** * TYPEDEFS **********************/ /********************** * GLOBAL PROTOTYPES **********************/ void lvgl_f746ng_init(void); /********************** * MACROS **********************/ // #ifdef __cplusplus // } /* extern "C" */ // #endif #endif /*LVGL_F746NG_H*/