uGUI + Teensy?

I found this link a little while back..

It works with any C LCD / Touchscreen.

I was wondering if there was a way to directly port in to the Arduino (or Visual Studio) environment with a couple of examples?

Really interested in this as it looks pretty cool and would make user interaction a lot less of a pain!

http://www.embeddedlightning.com/ugui/
 
I found this link a little while back..

It works with any C LCD / Touchscreen.

I was wondering if there was a way to directly port in to the Arduino (or Visual Studio) environment with a couple of examples?

Really interested in this as it looks pretty cool and would make user interaction a lot less of a pain!

http://www.embeddedlightning.com/ugui/

Hi all !
I'm actually developping a synth design and coding framework, based on :
- control surface for hardware input and midi : https://github.com/tttapa/Control-Surface
- trill sensors : https://github.com/BelaPlatform/Trill
- OLED display : ssd1331 and ssd1351
- teensy audio library, faust and mozzi for sound
https://faustdoc.grame.fr/tutorials/teensy/?
https://sensorium.github.io/Mozzi/

i'm studying ugui from the official repo : https://github.com/achimdoebler/UGUI
+ that one : https://github.com/0x3333/UGUI
and the reference manual

for the moment, i cannot make it work together with teensy and my oled displays and i'm super interested in any update from the community !

thanks a lot to all for all your contributions and this amazing forum :)
 
Back
Top