2017-07-17 02:10 AM
Hello Masters,
I am trying to make a project with Gui Builder on STM32F429 Discovery. But i couldn't add libraries to my project on True Studio.
Do you know any GUI project by TrueStudio for STM32F429 Discovery to reference me.
I just want to print a bitmap file to my project. I tried
void LCD_WriteBMP(uint32_t BmpAddress);
function with Standart PL. But it didnt work.I am newbie at Stm32f429 ,i will be glad for helps.
2017-07-17 03:38 AM
Hi
Aydogan.Mirac
,You have the examples available in the package
using STemWin. Look for example to the ones in this path:STM32Cube_FW_F4_V1.0\Projects\STM32F429I-Discovery\Applications\STemWin.Examples are ready to use with 4 toolchains: Keil, IAR, SW4SM32 and TrueSTUDIO.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.