The Adafruit libraries drive me nuts.
I bought a Matrixportal M4 with a 64 x 32 RBG Led Matrix panel
I have a simple task which I can't get done:
- Connect o a WiFi network
- Read a time server
- Read BME280 values
- Display date, time, temperature and humidy on the 64 x 32 RGB Matrix panel
I've played around with the Matrixportal Library and others so far the tasks seperately is going fine.
So I can read a sensor, display some texts and connet to a wifi network.
But if I combine these task into 1 Python script it simply doesn't work.Errors which I can't resolve.
I can't get my head around all those libraries and how, where and when to use them.
Has anybody a Python script for me or a link to instructions and example code with code that carries out those tasks?
I've read tons of examples but none of them are sufficient.
What libraries