cancel
Showing results for 
Search instead for 
Did you mean: 

STM3240G-Eval LCD

alexboyenju
Associate II
Posted on November 24, 2015 at 09:06

Hi ,

I have the STM3240G-Eval board and currently I'm working on a project which in it I'll need to display text in the LCD.

I searched the internet for some tutorial or examples of how to do it using STM3240G-EVAL LCD(MB785).

I would really appreciate your help if someone could reference me to any reference / tutorial / Sample code /examples etc...

Thank you   🙂
2 REPLIES 2
Posted on November 24, 2015 at 13:43

STM32F4xx_DSP_StdPeriph_Lib_V1.6.1\Utilities\STM32_EVAL\STM3240_41_G_EVAL\stm324xg_eval_lcd.c

STM32F2-F4_Demonstration_Builder_V1.3.0\Utilities\STM32_EVAL\STM3240_41_G_EVAL\stm324xg_eval_lcd.c

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
alexboyenju
Associate II
Posted on December 09, 2015 at 17:15

After integrating LCD into my project using 

''stm324xg_eval_lcd.c'' i'm able to write

some text on the screen.

Now my next goal is show a picture on the screen, i saw that in stm324xg_eval_lcd.c

there is a function ''void LCD_WriteBMP(uint32_t BmpAddress)'' i tried to use it in several ways including making char array out of a picture and using the function without success.

is there any example of how to use this function ? i would really appreciate it.

Thank you.