This is the code used on my video series "Hybrid Supercapacitor Car Battery" for my own hardware monitoring system. THe videos can be found on madelectronengineering.com

Dependencies:   BurstSPI Fonts INA219 mbed LPC1114_WakeInterruptIn

Fork of SharpMemoryLCD by Paul Staron

Files at this revision

API Documentation at this revision

Comitter:
star297
Date:
Tue Aug 25 21:15:06 2015 +0000
Parent:
0:0a76610c48a1
Child:
2:0c49a8f32f6e
Commit message:
set 128 default display size

Changed in this revision

BurstSPI.lib Show annotated file Show diff for this revision Revisions of this file
SharpLCD.h Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/BurstSPI.lib	Tue Aug 25 21:15:06 2015 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/users/Sissors/code/BurstSPI/#bc069279eb37
--- a/SharpLCD.h	Sun Aug 23 16:21:57 2015 +0000
+++ b/SharpLCD.h	Tue Aug 25 21:15:06 2015 +0000
@@ -12,9 +12,9 @@
 /// Set the display geometry depending on the resolution of the display used
 /// common types are 96x96, 128x128, 400x240
 /** MemoryLCD width in pixels */
-#define DISPLAY_WIDTH				(400)
+#define DISPLAY_WIDTH				(128)
 /** MemoryLCD height in pixels */
-#define DISPLAY_HEIGHT				(240)
+#define DISPLAY_HEIGHT				(128)
 
 /** Maximum length of a printf to the display */
 #define MAX_PRINTF_CHARS			40