example(imgfont): fix lvgl.h include path (#3405)

When LV_LVGL_H_INCLUDE_SIMPLE is not defined, the path to the lvgl.h gives a compilation error. I fixed the path
This commit is contained in:
Lazar Chervenkov
2022-06-08 11:08:54 +02:00
committed by GitHub
parent 018a8cfdac
commit 03c43d95ad

View File

@@ -1,7 +1,7 @@
#ifdef LV_LVGL_H_INCLUDE_SIMPLE
#include "lvgl.h"
#else
#include "lvgl/lvgl.h"
#include "../../../lvgl.h"
#endif
#ifndef LV_ATTRIBUTE_MEM_ALIGN