LCD

Dependencies:   TextLCD mbed

Fork of LCD by SweiLz

Files at this revision

API Documentation at this revision

Comitter:
pruek
Date:
Sat Dec 05 19:20:44 2015 +0000
Commit message:
LCD

Changed in this revision

LCDTaonoi.lib Show annotated file Show diff for this revision Revisions of this file
TextLCD.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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LCDTaonoi.lib	Sat Dec 05 19:20:44 2015 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/teams/SweiLz/code/LCDTaonoi/#ef783944caa1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TextLCD.lib	Sat Dec 05 19:20:44 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/simon/code/TextLCD/#308d188a2d3a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Sat Dec 05 19:20:44 2015 +0000
@@ -0,0 +1,25 @@
+#include "mbed.h"
+#include "LCDTaonoi.h"
+//void Command (const char* value, int Mode )
+Serial pc(SERIAL_TX,SERIAL_RX);
+//I2C lcd(I2C_SDA, I2C_SCL);
+LCDTaonoi LCD(I2C_SDA, I2C_SCL);
+//const int addr = 0x4E;
+
+int main()
+{
+    while(1){
+    wait(5);
+    LCD.setCursor(0,0);
+    LCD.SendData("PRUEK");
+    LCD.setCursor(10,2);
+    LCD.SendData("LIEWS");
+    wait(5);
+    LCD.setCursor(0,0);
+    LCD.SendData("LIEWS");
+    LCD.setCursor(10,2);
+    LCD.SendData("PRUEK");
+    
+    }
+
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Sat Dec 05 19:20:44 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/165afa46840b
\ No newline at end of file