arch add small 3rd party libs to lvgl (#2569)
* move png, sjpg, bmp, gif, fs_if to extra/libs * reorganize the examples * update lv_conf_internal.h * fix warnings * add freetype * remove unused assets * add the new libs to build tests * update the docs
This commit is contained in:
committed by
GitHub
parent
b20a706112
commit
18f61c5f77
43
examples/libs/lv_example_libs.h
Normal file
43
examples/libs/lv_example_libs.h
Normal file
@@ -0,0 +1,43 @@
|
||||
/**
|
||||
* @file lv_example_libs.h
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef LV_EXAMPLE_LIBS_H
|
||||
#define LV_EXAMPLE_LIBS_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*********************
|
||||
* INCLUDES
|
||||
*********************/
|
||||
#include "bmp/lv_example_bmp.h"
|
||||
#include "gif/lv_example_gif.h"
|
||||
#include "png/lv_example_png.h"
|
||||
#include "sjpg/lv_example_sjpg.h"
|
||||
#include "qrcode/lv_example_qrcode.h"
|
||||
#include "freetype/lv_example_freetype.h"
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
*********************/
|
||||
|
||||
/**********************
|
||||
* TYPEDEFS
|
||||
**********************/
|
||||
|
||||
/**********************
|
||||
* GLOBAL PROTOTYPES
|
||||
**********************/
|
||||
|
||||
/**********************
|
||||
* MACROS
|
||||
**********************/
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /*extern "C"*/
|
||||
#endif
|
||||
|
||||
#endif /*LV_EXAMPLE_LIBS_H*/
|
||||
Reference in New Issue
Block a user