simple GUI elements for drawing on a canvas, works with adafruit graphics lib

Dependents:   ezSBC_MPU9250

Revision:
0:ccdf1edcbba6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SmallGUI_config.h	Mon Apr 24 16:21:53 2017 +0000
@@ -0,0 +1,5 @@
+// include basic graphic functions
+#include "Adafruit_GFX.h"
+
+#define MAX_CONTROLS_PER_CANVAS     20
+#define USE_BARGRAPH    1