I have LVGL working on the Teensy 4.1, and whilst it is a little bit of an initial learning curve, it is quite powerful and very flexible, and is actively maintained by the devs. I'd definitely recommend it. Plus, I don't use the LV_ARDUINO...
I see. I got close to something like this as well. My current idea is to get an additional USB-C with 4 pins (VCC, D+, D-, GND)
1. Connect USB-C VCC and GND with the Charger Module
2. Connect Charger-Module VCC and GND with Teensy
3. Connect...
Hello everyone
I'm currently doing my research for building an audio player device.
Parts:
Teensy 4.1
MP2636 Step-Up Charger with the right 18650 battery
Now since both the Teensy as well as the MP2636 do have a Micro-USB-interface, my...
Hey @WA2MZG
I'm just doing my research for building my own MP3/Audio-Player and stumbled across this post. Could you tell me by any chance, which library you did use for getting ID3 tags? I see that id3 parsing is still on the libs to do list...