diff --git a/README b/README index 2378a93..fb0a900 100644 --- a/README +++ b/README @@ -2,14 +2,14 @@ project ======= The CuVoodoo ScreenLight mimics the Philips ambient lighting. -The idea is to have LEDs on the back of the screen and light on the sides the same color as the border colors displayed on the screen, creating an ambient light. +The idea is to have LEDs on the back of the screen, lighting on the sides the same color as the border on the screen, creating an ambient light. recipe ====== To implement this I used: - boblight to output over serial the colors to be shown on the LEDs -- an Atmel ATMEga328P microcontroller at 16 MHz (i.e. Arduino Nano 3.0) to control the LEDs and show the values received over serial +- an Atmel ATmega328P microcontroller at 16 MHz (i.e. Arduino Nano 3.0) to control the LEDs and show the values received over serial - A strips of WS2812B chained LEDs (i.e. BlinkyTape), individually controlled using a data line The BlinkyTape LED strip offers 60 WS2812B LEDs.