User Activity

I am using a STM32F429BI module + 7" LCD RGB to display the amplifier settings and also a vu-meter.https://it.aliexpress.com/item/1005002482177244.htmlhttp://www.audiodesignguide.com/sw1/20240507_215200.mp4I would like to increase the speed of refres...
I am starting some test with this modulehttps://it.aliexpress.com/item/1005002482177244.htmlwith 7” lcdI have found only one example that run but with TouchgfxI have got the same ioc from this example to generate a new code and insert the functions t...
STM32F0 DISCO.map has been created but I cannot see infoIs there another tool to check this info ?    
void BSP_SPI_Write(uint8_t ValueL, uint8_t ValueR) { char txData[2]; char rxData[2]; txData[0] = 0b10101011; txData[1] = (uint8_t *)&ValueL; HAL_GPIO_WritePin(GPIOD, GPIO_PIN_2, GPIO_PIN_RESET); TIM6delay_us(10); HAL_SPI_Transmit(&hsp...
Do you think is possible add a second lcd display to this evaluation board also without touch screen ?
Kudos from
Kudos given to