From 64bd9053a25297f7a442ca831c7da5b44bd33f84 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 12 Jun 2024 17:54:40 +1000 Subject: Update LVGL to v9.1.0 --- lib/lvgl/examples/libs/lv_example_libs.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'lib/lvgl/examples/libs/lv_example_libs.h') 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 -- cgit v1.2.3