XarkLabs / PDQ_GFX_Libs

Optimized fork of Adafruit's GFX library (and drivers) for Arduino (AVR).
114 stars 37 forks source link

Bug fix in drawBitmap() and drawBitmapX() #18

Closed omzn closed 5 years ago

omzn commented 5 years ago

In drawBitmap(*) and drawBitmapX(), the first 8 columns of the bitmap are drawn and the rest is ignored.

XarkLabs commented 5 years ago

Thanks!