可以控制的8 * 8點矩陣
- 用 " MobaXterm " 輸入想顯示的文字 接著由 " 8 * 8點矩陣 " 來呈現
*
https://www.youtube.com/watch?v=B-s0BBHDOuk

接線

原專案:https://github.com/rm-hull/max7219
- import max7219.led as led
- import time
- from max7219.font import proportional, SINCLAIR_FONT, TINY_FONT, CP437_FONT
- from random import randrange
- x='What do you mean'
- #x=raw_input('enter some sentence :')
- device = led.matrix(cascaded=4)
- device.show_message(x, font=proportional(CP437_FONT)) # TINY_FONT is tiny