mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-02 01:18:04 +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_triangle.h"
|
||||||
#include "../lv_draw_line.h"
|
#include "../lv_draw_line.h"
|
||||||
#include "../lv_draw_label.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"
|
#include "../lv_draw_arc.h"
|
||||||
|
|
||||||
#if LV_DRAW_EVE_WRITE_BUFFER_SIZE != 0 && LV_DRAW_EVE_WRITE_BUFFER_SIZE < 4
|
#if LV_DRAW_EVE_WRITE_BUFFER_SIZE != 0 && LV_DRAW_EVE_WRITE_BUFFER_SIZE < 4
|
||||||
|
|||||||
Reference in New Issue
Block a user