This project is an RGB light controller designed to work with an RGB LED strip and a Raspberry Pi. You can customize and control the colors of the LED strip by adjusting the red, green, and blue values through the GPIO pins of the Raspberry Pi.
⚠ Important: Only with Raspberry PI support
- Raspberry Pi
- RGB LED strip
- Wiring connections
- Python 3.x installed on the Raspberry Pi
- Pin 40: Red
- Pin 37: Green
- Pin 38: Blue
Make sure to connect the LED strip correctly to the corresponding pins on the Raspberry Pi.
- Clone this repository on your Raspberry Pi:
git clone http://github.com/zitrocode/light_controller
- Navigate to the project directory:
cd light_controller
- Run the main script:
python ./main.py
Note: Ensure you have Tkinter installed on your Raspberry Pi to run the graphical interface.
Contributions are welcome! If you encounter any issues or have improvements, please create an issue or a pull request.
This project is licensed under the MIT License