Jwalanta Shrestha

Results 4 comments of Jwalanta Shrestha

@markusweibofner there's a delay in master loop too: https://github.com/jwalanta/whiterabbit/blob/7f408caa1837b35d052d513876dd7485cf5d4113/whiterabbit.py#L84

@markusweibofner there's a limit on how fast the matrix can refresh. you can make the scroll faster by moving one whole character at a time: ``` for st in range(len(str)):...

@markusweibofner unfortunately, no. the ws2812b leds run at a low frequency (400Hz i believe). the new version of the led ws2813 runs at a much higher frequency, but i havent...

Any rational reason for single quotes?