Threads in Python

Just a few links where I would start reading about Threads in Python. Strange website domain, but very good content 🧡 https://bytes.yingw…

Read more...

Styling Qt app

You have few approaches for styling your Qt app. QSS Stylesheet Reference https://doc.qt.io/archives/qt-4.8/stylesheet-reference.html#border…

Read more...

UDP client and Art-Net parser

My own UDP client and Art-Net parser First we use a tool like Resolume or LED Strip Studio Then we capture UDP packets from the software…

Read more...

9-bit serial data framing

There is a very simple and very useful reason to have mark or space parity that appears to be left out here: node address flagging. Very low…

Read more...