2015-11-24 12:06 AM
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 :)2015-11-24 04:43 AM
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.c2015-12-09 08:15 AM
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.