Skip to main content
wojtekdera
Associate
September 7, 2016
Question

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

  • September 7, 2016
  • 5 replies
  • 1283 views
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
This topic has been closed for replies.

5 replies

Tesla DeLorean
Guru
September 7, 2016
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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
slimen
Visitor II
September 7, 2016
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

Tesla DeLorean
Guru
September 8, 2016
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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
slimen
Visitor II
September 8, 2016
Posted on September 08, 2016 at 09:41

Thanks clive

slimen
Visitor II
September 8, 2016
Posted on September 08, 2016 at 09:43