cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F7 Image generation/conversion to example (image like STlogo)

wojtekdera
Associate II
Posted on September 07, 2016 at 19:50

Hi everyone! I'm trying to display a picture like STlogo.h on STM32F7 discovery board and I cant convert my pictures like this in example:

STM32Cube_FW_F7_V1.4.0\Projects\STM32746G-Discovery\Examples\BSP

(STlogo.h)

I tried everything! Can anybody knows how to convert pistures to string arrays used in this example?

Please help me, 

Wojtek

my email: wojtekdera@gmail.com

#stm32f7-image-convert-stlogo
5 REPLIES 5
Posted on September 07, 2016 at 20:43

Isn't it using a 16-bit BMP file pushed through BmpCvt ?

STM32Cube_FW_F7_V1.3.0\Middlewares\ST\STemWin\Software\BmpCvt.exe

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
slimen
Senior
Posted on September 07, 2016 at 23:31

Hi,

Have a look into this

file:///C:/Users/Amine/Downloads/UM03001_emWin5.pdf

in ''chapter 10 Bitmap Converter'' it can help you.

Regards

Posted on September 08, 2016 at 04:39

Stuff on your local hard drive probably inaccessible

https://www.segger.com/downloads/emwin/UM03001_emWin5.pdf

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
slimen
Senior
Posted on September 08, 2016 at 09:41

Thanks clive

slimen
Senior
Posted on September 08, 2016 at 09:43