adafruit / Adafruit_SHARP_Memory_Display

This is an Arduino library for the Adafruit Monochrome SHARP Memory Displays
http://www.adafruit.com/products/1393
Other
60 stars 54 forks source link

Make private fields protected #23

Open dizcza opened 1 week ago

dizcza commented 1 week ago

Please make private fields protected! There is really no way of overriding your Adafruit_SharpMem class.

I'm porting your lib towards a more standalone TFT_eSPI to be used in M5Stack.

dizcza commented 1 week ago

Another question, why you subclassed Adafruit_GFX and not Adafruit_SPITFT...?