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.

Dependents:   QDSP-6064-hello

Fork of BubbleDisplay by Michael Dushkoff

Revision:
3:1d85399fdea3
Parent:
2:3604f34e944b
--- a/bubble.h	Thu Mar 26 08:10:08 2015 +0000
+++ b/bubble.h	Tue Mar 29 07:51:47 2016 +0000
@@ -182,6 +182,13 @@
      * to the seven-segment displays.
      */
     void write(char* c);
+
+    /*
+     * This writes a sequence of integer number
+     * to the seven-segment displays.
+     */
+    void write(uint16_t num);
+
 private:
     /*
      * This is a constructor helper function