bianchi77
Advanced Member level 4
- Joined
- Jun 11, 2009
- Messages
- 1,313
- Helped
- 21
- Reputation
- 44
- Reaction score
- 20
- Trophy points
- 1,318
- Location
- California
- Activity points
- 9,442
How to integrate UI inside Keil ?
Friends,
Do you know how to develope ( customize ) uCGUI in STM32 ?
I have used
Embedded UI Resource Editor from ST, but how can I connect it with my code in Keil ?
How can I make like this one :
https://www.youtube.com/watch?v=PL3enedXTs4
I have read :
How to connect them :
Thanks
Friends,
Do you know how to develope ( customize ) uCGUI in STM32 ?
I have used
Embedded UI Resource Editor from ST, but how can I connect it with my code in Keil ?
Code:
main()
{
}
I include only like this :
#include --->output files from Embedded Resource UI editor
main()
{
(which function should I call from the "output file")
}
How can I make like this one :
https://www.youtube.com/watch?v=PL3enedXTs4
I have read :
How to connect them :
Thanks
Last edited: