repaper / gratis

EPD Source codes and Documentation
238 stars 132 forks source link

drawPixel() fixed to match Adafruit_GFX #8

Closed kevinaj closed 10 years ago

kevinaj commented 10 years ago

Using the latest version of Adafruit_GFX, the method signature of the implementation of drawPixel() in EPD_GFX.h does not match the virtual method signature of drawPixel() in Adafruit_GFX.h. This results in compile time errors about the drawPixel() method not being implemented. I copied the signature from Adafruit_GFX.h into EPD_GFX.h and confirmed that everything compiled and ran properly.

hxw commented 10 years ago

Thank you for the patch