remove bidi.h from lvgl.h

This commit is contained in:
Gabor Kiss-Vamosi
2020-05-08 08:44:31 +02:00
parent 33df0e6470
commit 9dd387b23e
8 changed files with 81 additions and 111 deletions

2
lvgl.h
View File

@@ -33,8 +33,6 @@ extern "C" {
#include "src/lv_font/lv_font.h"
#include "src/lv_font/lv_font_fmt_txt.h"
#include "src/lv_misc/lv_bidi.h"
#include "src/lv_misc/lv_txt_ap.h"
#include "src/lv_misc/lv_printf.h"
#include "src/lv_widgets/lv_btn.h"