Jump to content

esp32 support


steelmanx

Recommended Posts

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

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:

  1. Uses my custom and not-yet-mature framework abstraction lib
  2. Uses symbolic linking and git submodules, though in your own adaptations that can be avoided
  3. Look in tests/* for a couple of adaptations of uGFX gdisp demos
  4. 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

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