diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-06-12 17:54:40 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-06-12 17:54:40 +1000 |
| commit | 64bd9053a25297f7a442ca831c7da5b44bd33f84 (patch) | |
| tree | a90c6cad25a12028302ab1a5334510fba0229bae /lib/lvgl/examples/libs/lv_example_libs.h | |
| parent | 611176ed667c4ed7ee9f609e958f9404f4aee91d (diff) | |
| download | tangara-fw-64bd9053a25297f7a442ca831c7da5b44bd33f84.tar.gz | |
Update LVGL to v9.1.0
Diffstat (limited to 'lib/lvgl/examples/libs/lv_example_libs.h')
| -rw-r--r-- | lib/lvgl/examples/libs/lv_example_libs.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/lib/lvgl/examples/libs/lv_example_libs.h b/lib/lvgl/examples/libs/lv_example_libs.h index fe95dfa4..ae8dcb92 100644 --- a/lib/lvgl/examples/libs/lv_example_libs.h +++ b/lib/lvgl/examples/libs/lv_example_libs.h @@ -13,14 +13,18 @@ extern "C" { /********************* * INCLUDES *********************/ +#include "barcode/lv_example_barcode.h" #include "bmp/lv_example_bmp.h" +#include "ffmpeg/lv_example_ffmpeg.h" +#include "freetype/lv_example_freetype.h" #include "gif/lv_example_gif.h" -#include "png/lv_example_png.h" -#include "sjpg/lv_example_sjpg.h" +#include "lodepng/lv_example_lodepng.h" +#include "libpng/lv_example_libpng.h" #include "qrcode/lv_example_qrcode.h" -#include "freetype/lv_example_freetype.h" #include "rlottie/lv_example_rlottie.h" -#include "ffmpeg/lv_example_ffmpeg.h" +#include "tjpgd/lv_example_tjpgd.h" +#include "libjpeg_turbo/lv_example_libjpeg_turbo.h" +#include "tiny_ttf/lv_example_tiny_ttf.h" /********************* * DEFINES |
