DIY web radio / audio streaming box
Go to file
Markus Koch f71c65106f fw: Only update display if a full frame was received
Sometimes, the RPi fails to send out a message in time, leading
to two, back-to-back SPI transactions. The beginning of the second
is then lost in the long lcd_display() call. By applying this
patch, we now miss the incomplete frame entirely, but at least we
don't display garbage on the screen. Just looks like stutter.

The real solution would be to fix in on the Linux / Python side,
but this workaround is better than nothing for now.
2020-07-19 21:20:30 +02:00
firmware fw: Only update display if a full frame was received 2020-07-19 21:20:30 +02:00
software sw: Increase framerate to 25 fps 2020-07-19 18:39:16 +02:00
README.MD Initial commit 2020-07-05 17:42:40 +02:00

README.MD

Web Radio

A DIY web radio / audio streaming box.