nightduck / bias_lighting

This Pi project controls neopixels lining the back of your monitor(s) to create a cool ambient glow
MIT License
0 stars 0 forks source link
neopixel raspberry-pi

Update.

This is no longer in development. Sorry, I'm easily distracted.

Random Dev Notes

These are thoughts to myself while developing

Build notes:

To assemble the ui file, run

pyuic5 -o client_ui.py client.ui

This'll convert the XML to runnable python code. (You still need to write a QWidget object that implements the correct sockets).

Troubleshooting:

to /etc/modprobe.d/snd-blacklist.conf

Alternatively, your Pi may not be receiving enough power. Try powering it with a different USB port

Then log out and log back in again

Installation

setup.py script is coming. For now, just copy bias_lighting.py to the /etc/init.d folder on your pi