User Activity

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...
Hi,So far in AbstractDataGraph.cpp the library had:namespace touchgfx { AbstractDataGraph::AbstractDataGraph(int16_t capacity) : dataScale(1), alpha(255), topPadding(0), leftPadding(0), rightPadding(0), bottomPadding(0), maxCapacity(capacit...
Kudos from