from max7219_matrix import Max7219
display = Max7219(32,8,rotate_180=False) # width=32 height=8 LED Matrix ขนาด 32 x 8
display.brightness(5)
while True:
display.marquee('MicroPython SU')
from max7219_matrix import Max7219
display = Max7219(32,8,rotate_180=False) # width=32 height=8 LED Matrix ขนาด 32 x 8
display.brightness(5)
while True:
display.marquee('MicroPython SU')