steelmanx Posted July 19, 2017 Report Share Posted July 19, 2017 Has anyone been able to get ugfx working on an esp32? I have tried to get the library working but i can't find a working configuration. Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted July 19, 2017 Report Share Posted July 19, 2017 There's nothing on the forum but I remember having talked to someone who was successfully running µGFX on an ESP32. Unfortunately I can't remember who it was. There are definitely no technical limitations that would prevent you from doing it. But I understand that a sample project is always very helpful. I'll let you know if I managed to remember who it was... In the meantime, here's one for the ESP8266. Although that will most likely be completely useless to you. Link to comment Share on other sites More sharing options...
cpu20 Posted July 19, 2017 Report Share Posted July 19, 2017 @malachib got it working according to this thread: Maybe he is willing to help you out with this? Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted July 19, 2017 Report Share Posted July 19, 2017 Oh right, that's it! Not sure how I could missed that with the forum search... Thank you @cpu20! Link to comment Share on other sites More sharing options...
malachib Posted July 19, 2017 Report Share Posted July 19, 2017 Working on turning the code into a presentable example It's a little fiddly and I'm hoping to simplify it. Will post here with updates Link to comment Share on other sites More sharing options...
malachib Posted July 21, 2017 Report Share Posted July 21, 2017 OK, it's nothing on the "pro" level but should get you off the ground: https://github.com/malachi-iot/ugfx-drivers Things to note: Uses my custom and not-yet-mature framework abstraction lib Uses symbolic linking and git submodules, though in your own adaptations that can be avoided Look in tests/* for a couple of adaptations of uGFX gdisp demos tests/* use platformio, but with a little work one should be able to use ESP-IDF makefiles directly with the shown code Link to comment Share on other sites More sharing options...
steelmanx Posted July 28, 2017 Author Report Share Posted July 28, 2017 Thanks, this was really helpful. 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