lv_draw_buf_create_ex: No memory: 27x64, cf: 14, stride: 27, 1728Byte, lv_draw_buf.c:272
[Error]
(4.407, +0)
lv_draw_unit_draw_letter: Asserted at expression: draw_buf != NULL (Out of memory) lv_draw_label.c:647
I am getting the above error when just setting an event handler for a button. The board appears to have enough memory. I am using lvgl 9.5, Arduino CYD board and Arduino IDE 2.3.8. Any help will be appreciated.
Second I am trying to get the following project to work with the CYD boards I bought from Amazon. I emailed the developer and he blamed my boards.
FYI: I got the app running with the assigment of the button handlers commented out. But without them you cannot set the time nor use the wifi so they are needed.