Jump to content

Julian M

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Julian M

  1. 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 Zephyr that uGFX needs. Also the function gfxSleepMilliseconds(gDelay ms) doesn't work, because Zephyr changed the function k_sleep(ms) it is replaced with to expect a struct instead of an integer. Currently I'm trying to setup a board-file for the LCD-Controller. Are there any board-files for Zephyr I could use as a reference? Or is there some glue-code I missed out on? If those don't exist it would be helpful to know, which versions of uGFX and Zephyr the information in the uGFX Wiki is based on, since the mentioned Wiki-Page was last updated in 2017. Thanks, Julian
×
×
  • Create New...