UGFX on Teensy using PlatformIO

tenkai

Well-known member
Hello Everyone!

I made an example project that implements UGFX on Teensy to drive an SSD1351 OLED.

https://github.com/cosmikwolf/ugfx_teensy_platformio/

This is implemented using PlatformIO, so this wont necessarily work if you use the arduino IDE. PlatformIO has a whole build system that I leveraged to get the compilation to work properly.

I had tried this out years ago, and could not for the life of me figure out how to get it to compile, but after banging my head against it for a few days this week I got it to work.

Try it out if you can and let me know how it goes!

Tenkai
 
Back
Top