Aliexpressなどで販売されている64x32のフルカラードットマトリクスLED2枚とNucleo F401REを利用して、 E233系の駅停車時、路線名表示ありのLED側面行先表示を再現するプログラムです。 3秒間隔、3段階切替で、路線名、種別、行先、次停車駅を個別に指定することが可能です。

Dependencies:   SDFileSystem mbed

Files at this revision

API Documentation at this revision

Comitter:
chirashi
Date:
Sun Jan 04 17:12:54 2015 +0000
Parent:
25:8b1da0f21d32
Child:
27:3dccc05e760b
Commit message:
.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Jan 04 17:06:32 2015 +0000
+++ b/main.cpp	Sun Jan 04 17:12:54 2015 +0000
@@ -117,6 +117,7 @@
 //スクロール有効/無効(テスト用)
 bool Scroll = 0;
 
+//起動時スクロール読み込み有効/無効(SDがない場合0にする)
 bool ScrollEnable = 0;
 
 int ChangeCount = 0;