Tweet

Replying to @josecastillo

behold, the full source code of this demo:

import board
from oso_lcd.lcdwing import LCDWing
display = LCDWing(board.I2C())
display.marquee(“Oddly Specific Objects “, delay=0.15)

(original)