BLE-writeable Display Puck with an e-paper display. Built on the Puck IOT platform.

Dependencies:   Puck lz mbed seeedstudio-epaper

The Display puck is a puck with an e-paper display that can show arbitrary black and white images received over Bluetooth LE.

A tutorial for the Display Puck is available on GitHub.

Tutorials and in-depth documentation for the Puck platform is available at the project's GitHub page

Revision:
11:c6ae6aeb65f9
Parent:
10:5650885bd825
--- a/main.cpp	Sun Mar 01 23:51:01 2015 +0000
+++ b/main.cpp	Mon Mar 09 14:05:40 2015 +0000
@@ -2,7 +2,7 @@
 #include "EPD.h"
 #include "lz.h"
 
-
+// Remove the log level define in production. It will prevent your mbed from entering low power modes.
 #define LOG_LEVEL_ERROR
 #include "Puck.h"