skpang / Teensy40_LittlevGL_ILI9488_demo_create

MIT License
5 stars 4 forks source link

"error: 'lv_disp_draw_buf_t' does not name a type" and others #2

Open cjd41 opened 3 years ago

cjd41 commented 3 years ago

It appears that the code was built with an older version of lvgl, but I have been unable to determine which.

Certain symbols appear in 8.0.0; others appear only in 7.x.x. None of the versions available through the Arduino Library Manager have been able to build it successfully. I have also been unable to adapt the code to an arbitrary version of lvgl because several of the functions used don't seem to exist, even in older versions of lvgl.

Which version of lvgl was used with the code in this repository?

skpang commented 3 years ago

The code uses v7.8.1

tcerdaj commented 1 year ago

Me too.