Hello,
This is my first post in this forum!
I have the following problem, I am using the uLCD-70DT display and the Flashbank 0 is completely full.
To my understanding, the FB0 is like a view layer used to load images, fonts, etc, so all the functions that need to render images must be in FB0. Is this correct?
I am also using the FB1 to execute some functions that could not fit in FB0 and both flashbanks communicate sending an array with the variables I want to pass and use in the other flashbank.
Filling the array I need to pass is consuming lots of memory. Is there a different way or neater way to do so?
Thank you in advance!
This is my first post in this forum!
I have the following problem, I am using the uLCD-70DT display and the Flashbank 0 is completely full.
To my understanding, the FB0 is like a view layer used to load images, fonts, etc, so all the functions that need to render images must be in FB0. Is this correct?
I am also using the FB1 to execute some functions that could not fit in FB0 and both flashbanks communicate sending an array with the variables I want to pass and use in the other flashbank.
Filling the array I need to pass is consuming lots of memory. Is there a different way or neater way to do so?
Thank you in advance!
Comment