Here an example from the hardware but in Run Simulation:We are using touchgfx::TextAreaWithOneWildcardand the colors are wrong when we do not use 255,255,255 and 0,0,0. Only these two colors workWe use the following colors, and it is causing proble...
Hello,We are struggling to implement the 1k boundary when reading/writing to a frame buffer i.e. to avoid read operation being split into single accessesHow to do this is described in the application note here:https://www.st.com/resource/en/applicati...
Hello,We need to add "placeholder" data points. Such that we can have a line in the Graph (for example current sensor data). We read the data every 1 second. And if the sensor gets disconnected, then we want to just not draw anything for that time da...
Hello,We have almost finished a product using touchgfx. We have 512k internal RAM on our stm32f767.Based on profiling the linker file, 360k of our program .bss goes into internal RAM. Of that 360k .bss, a staggering 320k is only from SwipeContainer p...
See the DMI really dont know why the changes worked or which didn't. It's kind of a black-box to me, because none of the code is commented and there is no reference that I know of that I could look up.I can just look at what is working. And see what ...
a) We were able to fix our issue by updating to the latest STM32F7DMA.cpp fileb) As far as ScrollableContainer:1) The padding seems to be completely ignored that we are using. I assume this is wit hthe fix mentioned as"Fix incorrect use of relative c...
It seems this is a "known issue". For anybody else seeing this "issue"https://support.touchgfx.com/4.18/docs/miscellaneous/known-issues And too many incompatible changes to ScrollableContainer to even mention. Thanks a lot. Now I have to rewrite all ...
ScrollableContainer also doesn't work at all like with 4.17. Just quickly, I see the indentation of the added item to the ScrollableContainer loses its X. It's just simply at X=0. I wonder what else is broken in my project now.:loudly_crying_face: