A simple yet powerful library for controlling graphical displays. Multiple display controllers are supported using inheritance.

Dependents:   mbed_rifletool Hexi_Bubble_Game Hexi_Catch-the-dot_Game Hexi_Acceleromagnetic_Synth

NOTE: This library is in beta right now. As far as I know, everything here works, but there are many features that are lacking so far. Most notably containers, button handling, and display drivers other than the SSD1306.

Revision:
2:bbfc18022ee5
Parent:
1:f7003ec66a51
--- a/NeatGUI.h	Fri Mar 14 19:17:44 2014 +0000
+++ b/NeatGUI.h	Tue May 27 20:05:29 2014 +0000
@@ -24,7 +24,8 @@
 #include "Image.h"
 
 //Controls
-#include "TextBox.h"
+#include "Label.h"
+#include "ProgressBar.h"
 
 //Decoders
 #include "BitmapImage.h"
@@ -34,5 +35,6 @@
 #include "ILI9341.h"
 #include "SSD1306_I2C.h"
 #include "SSD1306_SPI.h"
+#include "SSD1351_SPI.h"
 
 #endif