User Activity

Hello,I have a STM32F777 with ST7789 Display controller over SPI.To write the Framebuffer i have the following code: void TouchGFXHAL::flushFrameBuffer(const touchgfx::Rect& rect) { // Get Framebuffer Address uint8_t* frameBufferAddress = (ui...