achimdoebler / UGUI

µGUI - Open Source GUI module for embedded systems
Other
1.22k stars 420 forks source link

Window function is not working. #29

Open saikataeie opened 6 years ago

saikataeie commented 6 years ago

Hi guys, I am working with ssd1963 display, with arm cortex m4. I have ported ugui for my display and test all the basics functions. They are working fine for me but when I am trying to create a window as per written in reference guide, it is no showing anything. Any help in this regards 'll be highly appreciable. Thanks.

flaviohpo commented 5 years ago

I`m having the same problem, did you find the solution?

flaviohpo commented 5 years ago

Found the solution!! You need to run UG_Update() to process windows, buttons, etc.