From c224b752e099345b7f95a438cd405c3533106669 Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Fri, 4 Oct 2024 18:42:16 +0200 Subject: [PATCH] extra example --- displayconf-example.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/displayconf-example.js b/displayconf-example.js index 82f7699..e6b05ae 100644 --- a/displayconf-example.js +++ b/displayconf-example.js @@ -156,6 +156,12 @@ export let displayList = [] //mapper.flipY() //displayList.push(new DisplayRPI(mapper,66,1)) +//Raspberry PI with 5 displays next to eachother in a loop, the displays are zigzag displays of 8x32 pixels +// (standard ali express stuff) +// let mapper = new OffsetMapper(32*5, 8, false) +// mapper.zigZagY() +// mapper.flipY() +//displayList.push(new DisplayRPI(mapper, 32*8)) /////////// WLED https://github.com/Aircoookie/WLED/wiki/UDP-Realtime-Control via DRGB // displayList.push(new DisplayWLED(37,8, false, false, '10.0.0.209'))