‎2020-02-20 01:37 AM
Hello....
Am currently working on STM32L4R9AI-EVAL board and i have so many doubts about frame buffering....
1.when we have to use single frame buffer,when we use double frame buffer,and partial frame buffers and rendering time is less for single buffer or double.....
2.Can we access the frame buffer,if it is yes and how to do that i need a procedure to do that because i don't know anything about it....
3.Do the touchgfx supports vertical swipe and how to enable it...
Thank you in advance
‎2020-02-26 12:00 AM
Could you give some of your code? The solution I told you is just one way to do it and it works fine, I have never encountered your issues while running it but then It is just a piece of code for you to base yours on. Could you give some more info on what your project looks like, and how/when exactly do you have issues so that we can have a better look?
‎2020-02-26 01:51 AM
i will attach my project wait...
‎2020-02-26 02:10 AM
‎2020-02-28 05:00 AM
Hello...Guys
Is there any solution to do this.....i need to know it ...my project most important requirement is this...and it is a priority one
hope you people will help me as your doing since past...
Thank you so much:)
‎2020-02-28 05:40 AM
Hi, I believe the issue is the fact that multiple functions are handling the drag event in different places and sometimes modifying the value or holding the actions. .I would personally create my own swipeContainer class (just cpy/paste the code generated) and just do all the requested actions into one handleDragEvent call. I am not 100% certain this will work, but I unfortunately do not have the time to get deep into it and give you a code example sorry.
/Romain
‎2020-02-29 08:21 AM
Is there possibility to full fill my need....Romain Dieleman
thank you
‎2020-03-01 09:28 PM
Hello Guys...
Can you respond....Can we do that or not...
‎2020-03-05 06:46 AM
The framebuffer name for the L4R9-EVAL is GFXMMU_VIRTUAL_BUFFER0_BASE. You can find it if you open the ioc file in LTDC -> Layer Settings
I don't think just writing zero to all values will literally turn off the LCD. If you just want to make the screen black, doing it in the Designer is much easier and recommended.
/Alexandre