voorkant / voorkant-core

https://voorkant.org/
MIT License
2 stars 3 forks source link

Move to normal malloc things #53

Closed cyclops1982 closed 6 months ago

cyclops1982 commented 6 months ago

"by default" LVGL has it's own memory management. This change moves us more to the malloc/free calls that most OS's have. This works better for us, as there seems to be an issue on mac/linux with the lvgl memory management and creating many buttons after each other.

This will probably not work on ESP or other embedded devices, which makes it more logical why lvgl choose this as the default.