Where is a GFX screen stored?
Happy New Year to you all.
A little help please...
I may have been a little ambitious with this project, but here goes.
I have made a board using a STMf429igt (176 pin).
This is based on the STM32F429 Eval board, (which uses the BGA216 version of the processor. )
In doing this I have swapped the pins to suit my board, using only a 16 bit RGB display and an external 4M x 16, SDRAM
In chosing pin configuration, the SDRAM memory uses bank 2, (instead of bank 1 on the evaluation board.)
Using an example in the TouchGFX program (for their STMF429 eval. board ), I have imported my STM 429IGT set up using the STM32CubeMX generated code.
Having added some code (generated by TouchGFX for the evaluation board) the board basically works.
However, the display shows one of my earlier attempts (not even sure where the GFX file is!)
If I change and update the GFX (adding some text etc) the generated files update but the screen shows the same, after a recompile.
(Anyone that has got this far, thank you for your patience)
So, my questions:
What part of the program, points to the generated GFX graphics and how can I change it?
Which command reads the graphics and transfers it to DRAM? (0xd0000000)
Any help would be gratefully received> I have spent way too much time on this.
Thanks
Derek