31 lines
684 B
C
31 lines
684 B
C
|
|
/*
|
|
* Auto generated Run-Time-Environment Configuration File
|
|
* *** Do not modify ! ***
|
|
*
|
|
* Project: 'freertos_f407'
|
|
* Target: 'freertos_f407'
|
|
*/
|
|
|
|
#ifndef RTE_COMPONENTS_H
|
|
#define RTE_COMPONENTS_H
|
|
|
|
|
|
/*
|
|
* Define the Device Header File:
|
|
*/
|
|
#define CMSIS_device_header "stm32f4xx.h"
|
|
|
|
/* LVGL.LVGL::LVGL:lvgl:Benchmark:8.3.5 */
|
|
/*! \brief enable demo:bencharmk */
|
|
#define LV_USE_DEMO_BENCHMARK 1
|
|
/* LVGL.LVGL::LVGL:lvgl:Essential:8.3.5 */
|
|
/*! \brief Enable LVGL */
|
|
#define RTE_GRAPHICS_LVGL
|
|
/* LVGL.LVGL::LVGL:lvgl:Extra Themes:8.3.5 */
|
|
/*! \brief use extra themes, widgets and layouts */
|
|
#define RTE_GRAPHICS_LVGL_USE_EXTRA_THEMES
|
|
|
|
|
|
#endif /* RTE_COMPONENTS_H */
|