webradio/firmware
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
..
oled-display fw: Implement display output 2020-07-19 18:40:44 +02:00
.gitignore Add firmware template 2020-07-11 12:41:08 +02:00
Makefile fw: Implement display output 2020-07-19 18:40:44 +02:00
main.c fw: Only update display if a full frame was received 2020-07-19 21:20:30 +02:00