1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

#LEDパネルを動かす。

##LEDパネルはこれ
image.png
多分もとは秋月さんのページより。

##接続部
R1,R2 = RED 用DATA LINE
B1,B2 = BLUE 用DATA LINE
G1,G2 = GREEN 用DATA LINE
CLK = CLOCK LINE
LE = LATCH
EN = ENALBE (物によってアクティブが変わります。)
A,B,C,(D) = LINE CONTROL PORT

image.png

##電源部
赤:5V / 黒:GND
image.png

##ブロック図
image.png

##シリアル転送方法
image.png
注意:R1とR2,G1とG2,B1とB2は同じタイミングで出力してください。

##A/B/Cの組み合わせと展開状態。
SnapCrab_NoName_2018-12-15_23-42-40_No-00.png

http://kinomuku129.blogspot.com/2014/06/32x16led.htmlより、
A/B/Cを1ms~2ms程度で定期的に、変更することで8列を表示します。これが上下2つあるので16列表示できるわけです。

以上 やましょうでした。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?