Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
projects:lichtwand [2019/05/31 13:34] reyprojects:lichtwand [2019/05/31 13:40] rey
Line 1: Line 1:
 <markdown> <markdown>
-Synopsis:+RGB-Tetris-wall:
  
 LED-based pixel wall for animations and tetris visualisation. Provides 16x24 RGB pixels on 80x120cm. LEDS are controlled with an Arduino, a Raspi provides input from arbitrary image or stream inputs including showing live Tetris games from NES input. LED-based pixel wall for animations and tetris visualisation. Provides 16x24 RGB pixels on 80x120cm. LEDS are controlled with an Arduino, a Raspi provides input from arbitrary image or stream inputs including showing live Tetris games from NES input.
Line 9: Line 9:
 |Complete RGB-Tetris-LED-Wall| |Complete RGB-Tetris-LED-Wall|
  
-# Hardware:+## Hardware:
  
 - WS2811 5050 LED strips (60leds/m, 20ics/m) - WS2811 5050 LED strips (60leds/m, 20ics/m)
Line 29: Line 29:
 - 12 -> 5V converter for Arduino + Raspi + Controlleds (WS2812b) - 12 -> 5V converter for Arduino + Raspi + Controlleds (WS2812b)
  
-# Software:+## Software:
  
-## Arduino:+### Arduino:
  
 Purpose: direkt control of all LEDs via the FastLed library. Purpose: direkt control of all LEDs via the FastLed library.
Line 47: Line 47:
 - SPI - SPI
  
-## Raspberry PI:+### Raspberry PI:
  
 Purpose: Proprocessing streams of input images, beat detection, NES tetris streams, and pixelflut. Purpose: Proprocessing streams of input images, beat detection, NES tetris streams, and pixelflut.
Line 58: Line 58:
 - NTSC or PAL possible - NTSC or PAL possible
 - 12-15 fps feasible - 12-15 fps feasible
- 
  
 Libraries (python): Libraries (python):