This is a driver library for the popular QDSP-6064 bubble display. These miniature displays can be leveraged for small breadboard projects in order to display debug information or even in larger projects where LCD displays are unpractical.

Add write(uint16_t) method

Hi, Thank you very much for publishing useful library. I added a write(uint16_t) method in your Bubble Display class and did small modification in the init() method.

Please can you review it and it is great if you can merge my modification.

Cheers, Toyo

This is a driver library for the popular QDSP-6064 bubble display. These miniature displays can be leveraged for small breadboard projects in order to display debug information or even in …