User Activity

I have a project which needs to store the state of the program on an eeprom.Unfortunately there is no built in eeprom on stm32f7508-dk board.I have bought M24LR64 chip for i2c eeprom.Unfortunately the program get crashed on read operation (only when ...
I am trying to build a smart home interface using touch gfx.After some smooth jurney, i am stuck in a situation that my swipe container contains few images with clicklistener mixins.After I implement the clicklitener the slider not working I have onl...
I am trying to implement long press 3sec on an image which has touchlistener mixins enabled.I am tried the button like tickEvent approch it doesn't work.void Screen1View::handleTickEvent() { if(evaluate_long_press) { counter++; if(counter == 10...
I am trying to build a smart switch using the stm32f7508 disco kit.To improve the scrolling performance I am cached the container.it distorted the background image and also some elements of the container stay on the bottom. the container elements are...
Kudos from