User Activity

Hi,I am trying to connect to a 16 bit parallel display interface. To write new data, I have to use pins on five different ports (GPIOs A, B, C, D, E). Right now I am setting these pins like this:PORT_D15->BSRR = (PIN_D15 << 16) | (((data >> 15) & 0x...
Hi,I am trying to use a flash write and read module written for the STM32F103 on an STM32F405.However the F103 deals with pages and subpages. Some algorithms depend on subpage size. The F405 has sectors, which I guess are the equivalent to pages, but...
I'd like to only update variables, which are shown on the current screen. How do I get the current screen in a switch case structure, in the model::tick() function. I tried to alter the tick function to get the currentScreen parameter from the Fronte...
Is it possible to create a Text without ueing the Designer first? Seems like everything has to be done through the Text Manager.​