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

Help with tft for a newby

Posted on April 05, 2013 at 12:35First hello to all,I am a proud new owner of my first stm32f4 discovery (stm32f407vgt6)i have bourght a tft lcd screen that uses the ILI9320 display driver and i have been all over the net looking for help and hints ...

Some more DCMI problems F207IG

Posted on January 09, 2012 at 16:30Hello everyone, A couple months back I was having some issues with DCMI that were mostly solved with some help here at the forums. You can see the pevious thread [DEAD LINK /public/STe2ecommunities/mcu/Lists/cortex...

stbbrad3 by Associate II
  • 1603 Views
  • 12 replies
  • 0 kudos

STM32F407 and DCMI

Posted on January 09, 2013 at 21:12Dear All,I am using an stm32F407 to capture images coming from an imager. My imager is connected to the DCMI interface and then a DMA is responsible to move the data into the memory. So, I have just discovered that...

romaine by Associate II
  • 1464 Views
  • 5 replies
  • 0 kudos

Usb mass storage Hard fault Handler?

Posted on December 03, 2012 at 06:42hi:     after receiving DCMI data i am writing it to USB. after writing some files Hard fault handler occurs... why is it so? Firstly I capture the DCMI data to buffer, after one frame capture I stop the DCMI and ...

its by Associate II
  • 1519 Views
  • 12 replies
  • 0 kudos

ST7036 display interface with STM32

Posted on November 13, 2012 at 12:30Hello All, I am using ST7036 LCD controller. And i want to interface this with my STM32 board using 8 bit parallel interface. My pin connection are as follows E-PD9 RS-PD7 RW-PD8 And PortC0-C1 to data lines of LCD...

STM324xG LCD: GRAM Write Direction Values

Posted on November 23, 2012 at 10:07Hello, I was playing with the LCD interface of the STM3240G-Eval and I found that before writing on the GRAM I can set the GRAM Direction using following code: LCD_WriteReg(LCD_REG_3, <myValue>); Looking at the so...

crusso9 by Associate II
  • 481 Views
  • 1 replies
  • 0 kudos

DMA Configuration...

Posted on November 22, 2012 at 11:09Hi, I'm developing on STM3240G-Eval board and I'm trying to use DMA for displaying an image from the SRAM memory on the LCD. This is the code that I wrote: void DMA_Write() {   uint32_t skippedCycles = 0;   DMA_I...

crusso9 by Associate II
  • 1188 Views
  • 4 replies
  • 0 kudos

STM32f4 discovery and 3.2 TFT....

Posted on November 16, 2012 at 22:05Hi all. I was just wondering about TFTs. I have used a 3.2'' TFT on my Arduino before and have seen much use of TFTs on the STM32f4 discovery...  The TFT I have  in question is a 3.2'' with an SD card slot in the ...

sts0340 by Associate II
  • 1030 Views
  • 4 replies
  • 0 kudos

Character LCD ( Help !)

Posted on January 17, 2012 at 16:34Hi,I'm using STM32 F103 microcontroller and 2x16 character lcd.I want to  display strings on it.(HD 44780 driver)I'm new on ARM microcontrollers and i couldn't find a demo project for this lcd.Who can help me about...