
Maxime Tremblay
Posts
Votes on activity by Maxime Tremblay
Sort by votes
-
Is it normal that comments in lua script end up using memory of my mcu?
The flash memory of my client project is at 99%, so we are looking at what is using it and we noticed that comments in the lua script impact the flash memory. Is this normal?Is there an option in s...
-
When should I use delta layer for screen transition?
Hi, I am currently working on a project that the UI is running on an embedded platform. So, avoiding unescessary cpu processing is important. I can't find information about the delta layer option i...