RPI RMP Guide

From ElectroDragon Wiki
Revision as of 18:03, 7 November 2024 by Chao (talk | contribs) (→‎Drive Notice)

Quick Start Guide

P8 P10 Outdoor 32x16 (tested)

Run example for our selling 32x16 panel

  • P10 - 32x16
./examples-api-use/demo -D 0 --led-cols=32 --led-rows=16 --led-multiplexing=8
./examples-api-use/demo -D 0 --led-cols=32 --led-rows=16 --led-multiplexing=3
./examples-api-use/runtext16.ppm -D 0 --led-cols=32 --led-rows=16 --led-multiplexing=8
./examples-api-use/demo -D 0 --led-cols=32 --led-rows=32 --led-multiplexing=1
  • To chain other panel:
 --led-chain=2 to --led-chain=4
  • Other example will have the same configuration
--led-rows=8 --led-chain=2

32x32

  • multiplexing =1
./examples-api-use/demo -D 0 --led-cols=32 --led-rows=32 --led-multiplexing=1

P4 64x32 (tested)

  • multiplexing=0
./examples-api-use/demo -D 0 --led-cols=64 --led-rows=32 --led-multiplexing=0
  • Tested panel is 64x32 P4-256x128-2121-A1

P3/P4 64x64 (tested)

Extra Setup Needed

  • Setup P4 jumper to ground, P8 jumper to #E line
  • multiplexing usually 0 or 1, try further options only when you have special board

CMD for both P3/P4

  • ./examples-api-use/demo -D 0 --led-cols=64 --led-rows=64 --led-multiplexing=1

128x128 / 256x128

  • Should be not supported

Panel Specifications

Working Panel Demo code Panel Specification Command
32x16 P8 or P10 3216 1/4 ./demo -D 0 --led-rows=8 --led-chain=2
32x32 P6 3232 1/8
64x32 P4 NA 1/16
64x64 P4 NA 1/32


Drive Demo

  • The following demos are tested at 13th April

More Types of Demos

  • ./demo -D 1 runtext.ppm --led-no-hardware-pulse --led-slowdown-gpio=4 --led-cols=64 --led-rows=32