Hey!
I'm trying to use the current version of uGFX (2.9) on a NUCLEO-L452RE running zephyr 2.3.99 as the operating system and a display with a HX8347D LCD-Controller and a XPT2046 Touch-Controller. According to the uGFX Wiki
However I ran into some issues trying to get uGFX and Zephyr to work together.
I have included uGFX into the Zephyr-Project via Single File Inclusion to accommodate for Zephyrs CMake based build system.
The functions _gosPostInit() and _gosInit() are missing in the file gos_zephyr.c.
I set a compile-flag to reactivate some deprecated int-Types of