Hello!
I'm pretty new to the ugfx and the microcontroller world in general. I created a project in keil using the wiki guide and copied the gui files from the widgets demo. The only difference is that I'm trying to run barebones/raw32. The gui is showing up perfectly but it doesn't respond to touches
My understanding of the problem is that the touch screen is not getting polled.
Could the issue be in the pe = geventEventWait(&gl, 0); line of gui.c? Changing the 0 into TIME_INFINITE results in a hard fault.
Or did I mess up with the initialization and project setup? It refused to even boot without including stm32f746g_raw32_interrupts.c or me implementing the SysTick_Handler function.
gfxconf.h
gui.c
main.c