User Activity

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...
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...
Posted on October 03, 2012 at 14:13Hello, I'm building an application running on the STM3240g board but I have some problems because animations displayed on the screen flicker. There is some workaround that I can use in order to decrease (best would...