mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-20 21:35:19 +08:00
fix(EVE): update lv_font_fmt_txt.h include path (#9337)
This commit is contained in:
@@ -30,7 +30,7 @@ extern "C" {
|
||||
#include "../lv_draw_triangle.h"
|
||||
#include "../lv_draw_line.h"
|
||||
#include "../lv_draw_label.h"
|
||||
#include "../../font/lv_font_fmt_txt.h"
|
||||
#include "../../font/fmt_txt/lv_font_fmt_txt.h"
|
||||
#include "../lv_draw_arc.h"
|
||||
|
||||
#if LV_DRAW_EVE_WRITE_BUFFER_SIZE != 0 && LV_DRAW_EVE_WRITE_BUFFER_SIZE < 4
|
||||
|
||||
Reference in New Issue
Block a user