Hello
I am trying to compile with arduino a very simple project just a label for atsamd21 and getting error RAM’ overflowed by 65392 bytes
WIth teensy I didnt have this problem
Is any solution?
I dont want to use teensy for my project
Thank you
I’ve found that SAMD21 usually has 32kB RAM. which is very tight. You can lower LV_MEM_SIZE
in lv_conf.h
and the size of the draw buffer, but I think you won’t be able to do any reasonable UI with 32KB RAM.