On Screen Display for my USB-C Power Meter (compatible to PLD's)
This project is now archived and no longer maintained. The successor (using Qt instead of WxWidgets) is at (https://github.com/MacWake/usb-power-osd-qt)
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libappindicator3-devJetbrains CLion is my IDE of choice, it already has with cmake and ninja bundled.
Building on Windows is only tested using mingw, I recently used https://github.com/niXman/mingw-builds-binaries/releases.
You need to have access to /dev/ttyUSB*, this is usually managed by adding your use to a special group.
In Debian and Ubuntu this can be achieved by adding yourself to the dialout group:
sudo usermod -a -G dialout $USERYou have to re-login after that, then you can use usb-power-osd.