A sample of SFE's ColorLCDShield library demonstrating Conway's Game of Life

Dependencies:   ColorLCDShield mbed

Files at this revision

API Documentation at this revision

Comitter:
kayekss
Date:
Sun Feb 22 17:18:04 2015 +0000
Parent:
0:bc852e1d0b48
Commit message:
Initial release with swimming blinkership

Changed in this revision

ColorLCDShield.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r bc852e1d0b48 -r eed4416d3359 ColorLCDShield.lib
--- a/ColorLCDShield.lib	Sun Jun 09 05:04:32 2013 +0000
+++ b/ColorLCDShield.lib	Sun Feb 22 17:18:04 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/kayekss/code/ColorLCDShield/#2d65bfd1218c
+http://mbed.org/users/kayekss/code/ColorLCDShield/#f4f7b91314a0
diff -r bc852e1d0b48 -r eed4416d3359 main.cpp
--- a/main.cpp	Sun Jun 09 05:04:32 2013 +0000
+++ b/main.cpp	Sun Feb 22 17:18:04 2015 +0000
@@ -44,6 +44,10 @@
 }
 
 void setup() {
+    sw1.mode(PullUp);
+    sw2.mode(PullUp);
+    sw3.mode(PullUp);
+    
     lcd.init(PHILIPS);
     lcd.contrast(-63);
     lcd.clear(0x444);
diff -r bc852e1d0b48 -r eed4416d3359 mbed.bld
--- a/mbed.bld	Sun Jun 09 05:04:32 2013 +0000
+++ b/mbed.bld	Sun Feb 22 17:18:04 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/b3110cd2dd17
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/8a40adfe8776
\ No newline at end of file