adafruit / Adafruit_CircuitPython_RGB_Display

Drivers for RGB displays for Adafruit CircuitPython.
MIT License
131 stars 52 forks source link

Implemented suggested improvements from guide moderation #60

Closed makermelissa closed 4 years ago

makermelissa commented 4 years ago

I removed the loop parameter from the advance and back functions because it made it a little overly complicated and I went with pad instead of fit because the result was more along the lines of what I was actually trying to do.

ladyada commented 4 years ago

nice, so kleen - is it any faster?

makermelissa commented 4 years ago

Actually, it does seem a bit faster.