SamuelBrucksch / open360tracker

Open source antenna tracker for FPV featuring a slipring for continuous 360 degree rotation.
41 stars 17 forks source link

Issue 21 #22

Closed mcules closed 9 years ago

mcules commented 9 years ago

4 Row Display implemented Issue #21

SamuelBrucksch commented 9 years ago

Do not check for rows during runtime. Instead use #if defined(ROWS == 4) so that the code for the different LCDs is selected during compilation.