STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX Academy launch announcement!

Dear Community, We're excited to announce the creation of the TouchGFX Academy! The TouchGFX Academy is a new place to learn TouchGFX with concrete examples and to find answers to your questions when developing your UI. It includes tutorials of cour...

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 ...

Hello everyone, I am interfacing stm32f103 to LCD44780 to display character in one location (1,1) but it shows in whole pixel 16x2. could you give me idea ?

here is my code void LCD_Enable(){HAL_GPIO_WritePin(GPIOB,GPIO_PIN_14,1);HAL_Delay(1);HAL_GPIO_WritePin(GPIOB,GPIO_PIN_14,0);HAL_Delay(1);}void LCD_Send4Bit(unsigned char Data){HAL_GPIO_WritePin(GPIOA,GPIO_PIN_8,Data&0x01);HAL_GPIO_WritePin(GPIOA,GPI...

Resolved! Touchgfx::BoxWithBorder constructor

Hi,I don't get why I can't set the border thickness/color directly when creating the BoxWithBorder object._boxWithBorder3(50, 50, touchgfx::Color::getColorFrom24BitRGB(150, 150, 250), touchgfx::Color::getColorFrom24BitRGB(0, 0, 0), 5,50)Indeed, it do...

GMeur by Senior
  • 548 Views
  • 2 replies
  • 0 kudos