Jump to content

µGFX:How to getting start with chibios 20.3


rajraj

Recommended Posts

HI

1-
I have STM32F769I discovery and i want to use the touch screen with µGFX  with chibios.
is there a demo project ?

2-
I have add µGFX to the project , i have also modify  the make file doc but i have an "error GOS:unsupported version of chibios" ,i am using chibios 20.3.2 kernal 6.1.2 .
how can i solve this problem?
is there µGFX v3 if yes how can i download it?


best regard,
raj

Link to comment
Share on other sites

There are currently no ready-to-use board files for the STM32F769i discovery in combination with ChibiOS. You'd have to write those board files yourself.

ChibiOS itself is supported by µGFX. In fact, the µGFX library started out as a ChibiOS-only extension.
We haven't checked out the latest release of ChibiOS but in general very little things change over time. Modifications would need to occur in /src/gos/gos_chibios.[ch]. The error you're receiving originates from /src/gos/gos_chibios.c:15. Most likely you're able to just modify line 14 and things will work but better check the ChibiOS changelog to figure out whether type definitions etc. changed.

The µGFX v3 library is currently not available to the public.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...