User Activity

I have array unsigned char data[1024] in RAM , and I need to send them to the display on I2C, this is not problem HAL_I2C_Master_Transmit( data ) works fine. Now I need to send the same data, but so that the sequence starts with a control byte.is I...
Hello, I have a few questions about the subject.Suppose you use a display TFT with a controller any as ILI9341 or ST778 320x240 256k color 8bit interface or SPI. with STM32F427.The first question concerns how to connect the LCD to the MCULCD support ...