sheaivey / rx5808-pro-diversity

DIY project to create your own 5.8ghz FPV diversity basestation - based off the rx5808 receiver module. Project includes basic Arduino Nano implementation to advanced custom PCB board and introduction to digital switches 4066 chip.
http://www.laforgefpv.com
MIT License
608 stars 260 forks source link

Fix wrap-around issue on boot check screen #102

Closed Knifa closed 7 years ago

Knifa commented 7 years ago

The "OK" and "Enabled" text for power and diversity wrap around on the boot check screen. This fixes it. The character X coordinate was off by one.

Before: Before

After: After

sheaivey commented 7 years ago

Yes this issue happened because at some point the Adafruit library changed to support more fonts and introduced line wrapping.

Thanks for the fix!