STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Modal dialogs and pen up messages

Posted on April 13, 2015 at 23:39 I have a popup dialog that I load for some text entry. If I make it modal, the dialog procedure no longer gets 'pen up' events. If it is not modal, the user can interact with other things on the screen behind th...

hbarta2 by Associate III
  • 405 Views
  • 0 replies
  • 0 kudos

STemWin GUI Builder buglet

Posted on April 13, 2015 at 21:36 If a dialog is created rooted on a FrameWin, the name of the widget takes the Name attribute of the Frame Win including any embedded spaces. This results in code that looks like: /********************...

hbarta2 by Associate III
  • 369 Views
  • 0 replies
  • 0 kudos

DCMI vs LTDC - simple Pinout on STM32F429 Discovery

Posted on March 31, 2015 at 20:32Hi! I have a simple yet hard problem. As is known, the STM32F429I discovery line has on board mainly ili9341 tft lcd. The job is to work with OV7670 camera through DCMI and with ili9341 through LTDC. But there is p...

sawingor by Associate II
  • 1440 Views
  • 5 replies
  • 0 kudos

STM32F417IGT6 FSMC A25 HardFault

Posted on April 12, 2015 at 11:16I have an ILI9325 TFT LCD connected to an F417IGT6 via FSMC Bank 1, Region 1, using 16-bits.The ILI9325 has an 8080-style interface, and FSMC A25 has been selected to drive register select as per AN2790 Figure 3 for ...

connect by Associate II
  • 1082 Views
  • 4 replies
  • 0 kudos

STM32F4 DCMI USB VCP

Posted on April 01, 2015 at 19:45Good  day, i'm new in using the *c STM32F4 i try to send data from DCMI to HOST(PC) via USB VCP but i nedd some help !! #stm-32f4-vcp-usb-dcmi

elbonay by Associate II
  • 821 Views
  • 3 replies
  • 0 kudos

STM32 STemWin and Interrupt Problem

Posted on April 10, 2015 at 16:52 I'm using STM32F407ZGT6 with SSD1963 LCD controller and 800x480 TFT panel. I'm not using OS. It's working with STemWin.  But when I used any interrupt, code execution stops at somewhere in emWin.  I moved WM_Exec() ...

ilmete27 by Associate
  • 573 Views
  • 1 replies
  • 0 kudos

STemWin Hide Desktop Window of Second layer

Posted on April 08, 2015 at 21:12Hello, I'm using STemWin, and I'm facing a problem. I'm using the Window Manager, and two layers. But I only want to use the Window Manager in one layer (background layer), but not on the foreground layer. Is this po...

fb2 by Associate II
  • 414 Views
  • 0 replies
  • 0 kudos

32F429IDISCOVERY LCD ILI9341 driver

Posted on March 19, 2015 at 15:17Hi,I would like to ask if anyone has successfully changed the setting of the ILI9341 driver to little endian...I have data in this format but in default I have to send over SPI high byte first and low byte after that...

Memory management - DCMI, OV7670, DMA, Grey color

Posted on March 21, 2015 at 22:11Hello! First of all there is worth to mention that I have successful communication with OV7670 camera on STM32F407VG Discovery and I getting QCIF format picture in YCbCr format and sending it via USB to computer as v...

0690X00000605FZQAY.png 0690X00000605FeQAI.png
sawingor by Associate II
  • 738 Views
  • 0 replies
  • 0 kudos

32F429IDISCOVERY LCD ILI9341 driver

Posted on March 18, 2015 at 01:32Hi,I would like to ask if anyone has successfully changed the setting of the ILI9341 driver to little endian...I have data in this format but in default I have to send over SPI high byte first and low byte after that...