olikraus / U8g2_for_Adafruit_GFX

Add U8g2 fonts to any Adafruit GFX based graphics library.
Other
103 stars 32 forks source link

Do not call Adafruit GFX hline/vline procedures for len=0 #4

Closed olikraus closed 6 years ago

olikraus commented 6 years ago

... due to a bug in the Adafruit GFX lib, this will not work.

olikraus commented 6 years ago

done