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

Dependents:   ezSBC_MPU9250

Committer:
JojoS
Date:
Mon Apr 24 16:21:53 2017 +0000
Revision:
0:ccdf1edcbba6
simple GUI elements

Who changed what in which revision?

UserRevisionLine numberNew contents of line
JojoS 0:ccdf1edcbba6 1 // include basic graphic functions
JojoS 0:ccdf1edcbba6 2 #include "Adafruit_GFX.h"
JojoS 0:ccdf1edcbba6 3
JojoS 0:ccdf1edcbba6 4 #define MAX_CONTROLS_PER_CANVAS 20
JojoS 0:ccdf1edcbba6 5 #define USE_BARGRAPH 1