You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to build a project example for esp32-s3-box (Espressif esp-box repo),
the compiler reports the following error (see screenshot #1 below):
Note that in your repo, file lv_conf.h, the definition is in line 278.
when I change lv_font_roboto_16 into uppercase: LV_FONT_ROBOTO_16, because in line 271 is the definition: #define LV_FONT_ROBOTO_16 1, the compiler reports another type of error, see screenshot #2 below:
The text was updated successfully, but these errors were encountered:
PaulskPt
changed the title
lv_conf.h , line 288, lv_font_roboto_16 undeclared
lv_conf.h , line 278, lv_font_roboto_16 undeclared
Sep 15, 2022
While trying to build a project example for esp32-s3-box (Espressif esp-box repo),
the compiler reports the following error (see screenshot #1 below):
Note that in your repo, file lv_conf.h, the definition is in line 278.
when I change
lv_font_roboto_16
into uppercase:LV_FONT_ROBOTO_16
, because in line 271 is the definition:#define LV_FONT_ROBOTO_16 1
, the compiler reports another type of error, see screenshot #2 below:The text was updated successfully, but these errors were encountered: