I absolutely love this library. It is small and does everything I want. However, during the PCB design process and enclosure layout, I realized that the pins (that come presoldered) will possibly touch the PCB if the OLED is "right-side up."
However, if I rotate the OLED so that it's "upside down," then the pins won't touch and I'll have no clearance issues.
I'm pretty sure that the library doesn't natively support this; I'm also hoping I don't need the 1k buffer to be able to do so.
U8g2 includes a text only/ASCII library called u8x8. It has similar advantages compared with other ASCII libs for graphics OLEDs: Small size and fast. U8x8 support 180 degree rotation.
olikraus:
U8g2 includes a text only/ASCII library called u8x8. It has similar advantages compared with other ASCII libs for graphics OLEDs: Small size and fast. U8x8 support 180 degree rotation.
Oliver
Hey Oliver,
Thanks for the input. I'm already knee-deep in the other library, and it's been serving me VERY well so far. If I ever have to switch because of something, I'll head over to U8x8.