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

Dependencies:   SDFileSystem mbed

Files at this revision

API Documentation at this revision

Comitter:
chirashi
Date:
Tue Nov 11 12:27:13 2014 +0000
Parent:
10:4d9cf202a845
Child:
12:680db9f1f4eb
Commit message:
32128enable;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Nov 11 10:32:04 2014 +0000
+++ b/main.cpp	Tue Nov 11 12:27:13 2014 +0000
@@ -37,7 +37,7 @@
 #define B_Debug4 0
 
 
-#define LED_Width 64
+#define LED_Width 128
 #define LED_Height 16
 
 BusOut ABC(D8,D9,D10,D14); // Row address.