lerix Posted May 2, 2017 Report Share Posted May 2, 2017 Hello there! I'm trying to make my own OS, I thought it could be great to implement this library in the OS!, any idea of how? Thanks for any response Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted May 2, 2017 Report Share Posted May 2, 2017 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now