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.
Adafruit provides a bunch of functions for drawing straight (horizontal/vertical) lines quickly vs. the normal line function. This PR changes all the line draws to use them.
Not sure of the exact speed up this provides but drawLine(...) does it pixel by pixel whereas these do it in blocks.
Adafruit provides a bunch of functions for drawing straight (horizontal/vertical) lines quickly vs. the normal line function. This PR changes all the line draws to use them.
Not sure of the exact speed up this provides but
drawLine(...)
does it pixel by pixel whereas these do it in blocks.