improve description

This commit is contained in:
King Kévin 2015-07-28 14:07:19 +02:00
parent 9ac422ea13
commit a4b9f30196
1 changed files with 2 additions and 2 deletions

4
README
View File

@ -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.