1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00
lvgl/demos/lv_demos.h
2021-12-16 20:49:41 +01:00

46 lines
730 B
C

/**
* @file lv_demos.h
*
*/
#ifndef LV_DEMOS_H
#define LV_DEMOS_H
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
#include "../lvgl.h"
#include "widgets/lv_demo_widgets.h"
#include "benchmark/lv_demo_benchmark.h"
#include "stress/lv_demo_stress.h"
#include "keypad_encoder/lv_demo_keypad_encoder.h"
#include "music/lv_demo_music.h"
/*********************
* DEFINES
*********************/
/**********************
* TYPEDEFS
**********************/
/**********************
* GLOBAL PROTOTYPES
**********************/
/**********************
* MACROS
**********************/
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /*LV_DEMO_H*/