Skip to content

Commit

Permalink
extra example
Browse files Browse the repository at this point in the history
  • Loading branch information
psy0rz committed Oct 4, 2024
1 parent 1d87d7d commit c224b75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions displayconf-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit c224b75

Please sign in to comment.