A Dashing widget to show a Google Visualizations Pie Chart on a dashboard.
Copy the google_pie.coffee
, google_pie.html
and google_pie.scss
file to into /widgets/google_pie
directory.
Add the following to the dashboard layout file:
A Dashing widget to show a Google Visualizations Pie Chart on a dashboard.
Copy the google_pie.coffee
, google_pie.html
and google_pie.scss
file to into /widgets/google_pie
directory.
Add the following to the dashboard layout file:
A Dashing widget to show a Google Visualizations Gauge on a dashboard.
Copy the google_gauge.coffee
, google_gauge.html
and google_gauge.scss
file to into /widgets/google_gauge
directory.
Add the following to the dashboard layout file:
A Dashing widget to show a Google Visualizations Column Chart on a dashboard.
Copy the google_column.coffee
, google_column.html
and google_column.scss
file to into /widgets/google_column
directory.
Add the following to the dashboard layout file:
#include "application.h" | |
#include <SPI.h> | |
#include "Adafruit_GFX.h" | |
#include "Adafruit_HX8357.h" | |
#include "sd-card-library.h" | |
// These are 'flexible' lines that can be changed | |
#define TFT_CS A2 |
I hereby claim:
To claim this, I am signing this object:
#define MAXTIMINGS 85 | |
#define cli noInterrupts | |
#define sei interrupts | |
#define DHT11 11 | |
#define DHT22 22 | |
#define DHT21 21 | |
#define AM2301 21 |