@mhwlng, what I decided to do is as part of my mfGFX library, I will be adding ALL the Adafruit display “driver” files as examples. That way, it will be much easier to grab a library “set” for any supported display
@mhwlng, I was looking at my ST7565 ported library (Adafruit) and realized it was not written to work with the Adafruit_GFX library. I am going to modify it to work with my mfGFX library so it will take a little extra time.
ST7565 is a different controller (adafruit/ST7565-LCD) ?
The adafruit library that I ported is for the ST7735 controller (adafruit/Adafruit-ST7735-Library)
(p.s. Note that I used the SPARK #declare and did not remove/change any of the arduino/teensy/etc. specific code...)
@mhwlng, I missed that little part! I am not sure why Adafruit did not create a GFX compatible version for the ST7565 and the ST7735 libraries. I am tempted to do so. Would the ability to create and use fonts using the mfGFX library be something that might interest you and others?
any luck on the mfGFX library? i got my LCD from ebay…and i tried to download the OP’s library and manually added it to Spark, but never got it to work.
was hoping to find a good lib going.