957SWARM / Digital-Signboards

Contains Arduino code for controlling the digital signboards on SWARM robots.
1 stars 0 forks source link

Refactor character drawing to use another for loop #9

Open cshilling2000 opened 11 months ago

cshilling2000 commented 11 months ago

https://github.com/957SWARM/Digital-Signboards/blob/350e58d0ab92add685894c658fd1e5257f89f208/main/scroll_text.cpp#L29C3-L29C3

This section of code could be refactored to use a for loop. Do the same for drawScrollText() and drawDeclaration().