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
When following the GIGA Display Shield 3D Engine Tutorial the user is likely to encounter this error in the console when they attempt to compile and upload:
Gears.ino: In function 'void setup()':
Gears.ino:112:56: error: 'LV_IMG_CF_TRUE_COLOR' was not declared in this scope
lv_canvas_set_buffer(canvas, cbuf, WINDOWX, WINDOWY, LV_IMG_CF_TRUE_COLOR);
^~~~~~~~~~~~~~~~~~~~
This is because the default version of the LVGL library to be installed is v9.x, but the Gears demo (in v0.0.1 of the Arduino_GigaDisplay_TinyGL library, renamed from Arduino_TinyGL) depends on LVGL v8.x.
The maintainer of the Arduino_GigaDisplay_TinyGL library has addressed this in commit 77983a0, but has not published a new release.
Until a new release has been published, tutorial followers will need to be advised to:
When following the GIGA Display Shield 3D Engine Tutorial the user is likely to encounter this error in the console when they attempt to compile and upload:
This is because the default version of the LVGL library to be installed is v9.x, but the Gears demo (in v0.0.1 of the Arduino_GigaDisplay_TinyGL library, renamed from Arduino_TinyGL) depends on LVGL v8.x.
The maintainer of the Arduino_GigaDisplay_TinyGL library has addressed this in commit 77983a0, but has not published a new release.
Until a new release has been published, tutorial followers will need to be advised to:
The text was updated successfully, but these errors were encountered: