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
Diff: lvgl_f746ng.h
- Revision:
- 0:cffa136e7f8f
- Child:
- 1:a23fffad1321
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lvgl_f746ng.h Tue Sep 08 05:23:58 2020 +0000 @@ -0,0 +1,39 @@ +/** + * @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*/