STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Join the TouchGFX contest now!

Hey everyone, for those who haven't seen the announcement in the community blog, I'm also announcing this here :) We're launching a contest focused on custom containers!  Custom containers have been a hot topic on our forum, and we love seeing the en...

TouchGFX documentation feedback

We wish to always improve our documentation. The best reviews and critics always come from the people that read it, so we would like to use this post to collect your thoughts and feedbacks. Please share what you like, dislike, what you think is missi...

Share your Custom Widgets!

When creating a UI project, you may need widgets that are not part of the TouchGFX library. To create your own graphical element, the TouchGFX team suggests using the Custom Container approach. Since TouchGFX 4.20 it is possible to export and import ...

Odd behaviour with TouchGFX 4.17.0

Good afternoon,I've come across some odd behaviour and wanted to check in with you on it.I have been developing a project since TouchGFX 4.14 I believe, that I've been running and migrating through the updates without much hassle.Today, I migrated to...

0693W00000FAhx7QAD.jpg 0693W00000FAhyxQAD.jpg 0693W00000FAi0jQAD.png 0693W00000FAi0UQAT.png
JMarc.1 by Associate II
  • 852 Views
  • 4 replies
  • 1 kudos

Multiple graphs in swipe container

When I put more graphs in a swipe container on distinct pages and try to make a swipe on the graph area, nothing happens, when i do the swipe out of the graph area, it goes to the next page. Does anybody know how can i solve this problem ?

MSecr.1 by Associate III
  • 899 Views
  • 5 replies
  • 0 kudos

I have a STM32H7B3I Eval-board, Keil compiler and emWin. The demo "Hello world" is running just fine when the LCD_LAYER0_FRAME_BUFFER is placer in SDRAM on adr. ((int)0xD0000000). But I want it to run in the SRAM from adr. ((int)0x68000000).

I have maked this changes to make the switch from SDRAM to the SRAM (IS61WV102416BLL) on the Board.#define GUI_NUM_LAYERS 1#define LCD_LAYER0_FRAME_BUFFER ((int)0x68000000)/* Initializes the SRAM device in the Main*/BSP_SRAM_Init(0);But it don’t Work...

SKris.4 by Associate II
  • 548 Views
  • 1 replies
  • 0 kudos