cancel
Showing results for 
Search instead for 
Did you mean: 

How to get graphics into stm32f407 project

RWebb.1
Associate II

I have been trying to add graphics to an stm32f407 demo board via SPI. I have not been able to get a project started where GRAPHICS appears in the middleware options. I have downloaded the F4 firmware packages, STemWin and TouchGFX but none of these packages give any indication how to install them and in the case of F4 firmware specifically says that it does not contain GRAPHICS middleware.

Can someone point me in the right direction to be able to do this please.

Thank you

2 REPLIES 2
MM..1
Chief II

When you use latest CubeIDE , then TouchGFX isnt midleware, but software pack , and can be added to project Alt-O ... I test no problem add on 407ZG,

but you need implement custom drivers and maybe partial framebuffers ...

RWebb.1
Associate II

Thankyou for the replay MM, I will try that out