RGB LED Color Picker GUI – Raspberry Pi


Pseudocode

1. Initialize needed libraries and GUI(Graphical User Interface).

2. Loop

    a. Draw GUI

    b. Store color value picked by user.

    c. Set all LEDs in strip to color value stored.

Specific Implementation Code

This specific implementation of the pseudocode is using C, raylib+raygui, rpi_ws281x libraries.

Code is currently being commented and edited for users’ benefit. Check for updates in Home page or here for news on release.