Skip to content

Commit 07fa35a

Browse files
authored
show custom mapper
fixes #1732
1 parent 1414585 commit 07fa35a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ Last panel on second chain is not used
262262
8 8 9 9
263263
```
264264

265+
265266
### Writing your own mappers
266267

267268
If you want to write your own mappers, e.g. if you have a fancy panel
@@ -292,6 +293,14 @@ as-is to your `SetParameters()` implementation
292293
(e.g. using `--led-pixel-mapper="Rotate:90"`, the `Rotate` mapper
293294
gets a parameter string `"90"` as parameter).
294295

296+
#### Custom mapper example from barryVDs
297+
298+
Please see https://github.com/hzeller/rpi-rgb-led-matrix/issues/1732
299+
300+
![446766687-ef343583-fcf4-47f8-b784-abc83c458c7f](https://github.com/user-attachments/assets/f337e39b-9264-4e4d-bb97-f54686a6e086)
301+
302+
303+
295304
#### Multiplex Mappers
296305

297306
Sometimes you even need this for the panel itself: In some panels

0 commit comments

Comments
 (0)