Ofc all of this makes use of mutexes, callbacks and what not to try and avoid unnecessary cpu cycles when and where possible possible in a try to make stuff run faster and smoother.
All is well until the moment when i enable flash encryption which seems to have a dramatic effect on how fast the framebuffer can cycle through both draw buffers that run in DMA as on enabling encryption major flicker starts happening.
Looking through the docs i now understand that everything going into ram is encrypted/decrypted on the fly which i assume is just causing that slight additional mcu load and things start cascading from there.
Now i know this is ABSOLUTELY NOT recommended by any way or means but would there be a way to play a bit wiht the MCU clocks in a way where i could make this LCD usable again, i know overclocking will pose challenges in other areas as all clocks will start changing i'd just be thankful if anyone pointed me in the right direction in terms of where to begin
Hope this isn't too controversial of a topic and thanks to anyone reading/helping and participating to the discussion
