Jump to content

OS uGFX implementation


lerix

Recommended Posts

Hello @lerix and welcome to the µGFX community!

The µGFX library has been designed to run on any system and on any OS. Therefore, you should definitely be able to run µGFX on your OS.
What you have to do is creating a port for the GOS module. The GOS module provides a generic high-level abstract layer towards the underlying operating system that all other components of the µGFX library area using. Read up the various documentation regarding the GOS module to learn how to write a port, it's really straight forward. You can also find plenty of examples in form of existing ports in the /src/gos/ directory of the µGFX library.

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...