STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F423ZHT6- ST7789H2

I sent a write data to LCD like display the RED background on the LCD panel. But it display like this-    this is my code part: int main(void) { /* USER CODE BEGIN 1 */ /* USER CODE END 1 */ /* MCU Configuration---------------------------------...

LCD image.jpeg
Meenakshi by Associate III
  • 163 Views
  • 4 replies
  • 0 kudos

Resolved! 8-bit parallel access to GPIO

Good evening (o;Google and this forum didn't return much information regarding accessing a GPIO port directly in 8-bit mode for read/write...for example to control a 8-bit TFT module...The HAL library also has no function for it....I assume it is pos...

Davorin by Senior
  • 1616 Views
  • 5 replies
  • 0 kudos

ISS66WVH8M8 PSRAM as TouchGFX framebuffer

Working with a custom STM32U5F9ZJT6Q board that has an ISS66WVH8M8 (Octo-SPI 166 MHz 64 Mbit PSRAM) that we would like to use for the framebuffer to a 1024x600 RGB888 LCD.  The RAM sits on the HSPI1.  With that as a reference I was able to configure ...

AQue by Associate III
  • 1256 Views
  • 16 replies
  • 5 kudos

Mixed image on screen

Hi,I have a custom board with STM32H743 and working on a project by TouchGFX 4.24. When the device power on or reset, some times I have a mixed image including numbers, pictures and ..., which I attached the image... and some times every thing is Ok ...

MHaji.1 by Senior
  • 430 Views
  • 13 replies
  • 1 kudos

Resolved! STM32U5G9J-DK1 drive LCD with single lane

Hi Community, I have STM32U5G9J-DK1 board and I am able to run several graphics firmware by using 2 data lanes of DSI host.However, in my custom board (yet to develop), we will have only single data lane LCD module.So, I want to try single lane firmw...

Labels