Generates a simple RGB pattern based on the password input. The idea is that the input is recognisable by the user so that they understand their password to be entered correctly before submitting.
Example code of using smooth RGB LED colour transitions using JavaScript, Johnny-Five, and Temporal. The code uses HSL values to smoothly change the colour of RGB values set to the RGB LED. The full ...