mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
fix(lvgl.h) do not include lv_examples.h to keep the API cleaner
This commit is contained in:
parent
1eaf80f6ef
commit
8e9dbf6d12
4
lvgl.h
4
lvgl.h
@ -16,7 +16,7 @@ extern "C" {
|
||||
#define LVGL_VERSION_MAJOR 8
|
||||
#define LVGL_VERSION_MINOR 0
|
||||
#define LVGL_VERSION_PATCH 0
|
||||
#define LVGL_VERSION_INFO ""
|
||||
#define LVGL_VERSION_INFO "dev"
|
||||
|
||||
/*********************
|
||||
* INCLUDES
|
||||
@ -72,8 +72,6 @@ extern "C" {
|
||||
#include "src/extra/layouts/lv_layouts.h"
|
||||
#include "src/extra/themes/lv_themes.h"
|
||||
|
||||
#include "examples/lv_examples.h"
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
*********************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user