chore(lvgl): add the new lv_layouts.h header file (#3927)

This commit is contained in:
Karim
2023-01-16 09:28:44 +01:00
committed by GitHub
parent 9fe6ce9bae
commit abdaa4c6af
2 changed files with 45 additions and 2 deletions

4
lvgl.h
View File

@@ -95,8 +95,8 @@ extern "C" {
#include "src/libs/rlottie/lv_rlottie.h"
#include "src/libs/ffmpeg/lv_ffmpeg.h"
#include "src/libs/tiny_ttf/lv_tiny_ttf.h"
#include "src/layouts/flex/lv_flex.h"
#include "src/layouts/grid/lv_grid.h"
#include "src/layouts/lv_layouts.h"
#include "src/draw/lv_draw.h"