Hi, I’m struggling to make work my Makerfabs Matouch 7 inc display with LVGL with Arduino IDE on Windows 10.
Is there someone that was able to make it work?
I use LVGL on other display such as CYD always based on ESP32 even if with some differences.
I’m searaching for a clear guide to setup the enviroment, and how to setup the TFT_eSPI User_setup file and lvgl_conf.h file for this board.
Yes I did, but I can’t compile the code. I received a lot of compilation error like this:
E:\Documenti\Arduino\clock\clock.ino:23:8: error: 'lv_disp_draw_buf_t' does not name a type; did you mean 'lv_draw_buf_t'?
static lv_disp_draw_buf_t draw_buf;
^~~~~~~~~~~~~~~~~~
lv_draw_buf_t
In this case I was using the AdafruitGFX library.
thanks for your time.
So you suggest to try an older version i guess. I can try but I’m working with other other boards that are using 9.1.0.
But how can i make the board work also with the latest release? I would like to be able to configure the environment to make the device work, without remain stuck to the Makerfab old code.