add boblight configuration and LED arragement

This commit is contained in:
King Kévin 2015-07-23 00:20:43 +02:00
parent 1b86a08e5c
commit a840861904
1 changed files with 16 additions and 1 deletions

17
README
View File

@ -56,6 +56,21 @@ other
`test.rb` will connect to the microcontroller and run standard tests to see if all is working.
`boblight.conf.rb` will generate the boblight configuration file for my LED installation:
- LEDs: 60 LEDs
- channels: 180 (60*3)
- protocol: AtmoLight
- port: /dev/ttyUSB0
- speed: 115200 bps
- LED arrangement (with LED numbers and number of LEDs):
18---11 00----10
29 9 11 59
| screen |
| 11 11 |
| (front) |
19 11 9 49
30----40 49---41
alternatives
============
@ -100,7 +115,7 @@ Else transmitted bytes will be lost, and the code will sync to the next message.
The maximum refresh rate is 115200bps / (8+1)bits/byte / (4 header bytes + 3 bytes/LED * 60 LEDs) = 69 fps.
To avoid dropping AtmoLight messages prefer a refresh rate <= 60 fps.
links
=====