WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 2cfff2a

Browse files
authored
Update README.md
1 parent b054b7b commit 2cfff2a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

lib/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ in the options struct in C++ or Python.
226226
options.pixel_mapper_config = "Rotate:90";
227227
```
228228

229-
#### Feature remap mapper (experimental)
229+
### Feature remap mapper (experimental)
230230

231231
Please look at https://github.com/hzeller/rpi-rgb-led-matrix/pull/1478
232232
This is a placeholder until we have more documentation.
@@ -262,6 +262,12 @@ Last panel on second chain is not used
262262
8 8 9 9
263263
```
264264

265+
<img width="400" height="587" alt="image" src="https://github.com/user-attachments/assets/8e50dfba-cb2c-4554-9038-73b5bb19fcfd" />
266+
267+
```
268+
That's how it should work. You need to map all panels (end of chain 3), so you must discard last 6 panels:
269+
--led-pixel-mapper='Remap:192,128|0,0s|0,32s|...|112,32n|112,0n|0,0x|0,0x|0,0x|0,0x|0,0x|0,0x'
270+
```
265271

266272
### Writing your own mappers
267273

@@ -301,7 +307,7 @@ Please see https://github.com/hzeller/rpi-rgb-led-matrix/issues/1732
301307

302308

303309

304-
#### Multiplex Mappers
310+
### Multiplex Mappers
305311

306312
Sometimes you even need this for the panel itself: In some panels
307313
(typically the 'outdoor panels', often with 1:4 multiplexing) the pixels

0 commit comments

Comments
 (0)