dgfs

Dependencies:   Speaker mbed 4DGL-uLCD-SE

Files at this revision

API Documentation at this revision

Comitter:
cx872
Date:
Thu Oct 08 02:23:59 2020 +0000
Commit message:
zsda

Changed in this revision

4DGL-uLCD-SE.lib Show annotated file Show diff for this revision Revisions of this file
Speaker.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 000000000000 -r bfc242b479b0 4DGL-uLCD-SE.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/4DGL-uLCD-SE.lib	Thu Oct 08 02:23:59 2020 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/kennyainny/code/4DGL-uLCD-SE/#19588ac80c02
diff -r 000000000000 -r bfc242b479b0 Speaker.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Speaker.lib	Thu Oct 08 02:23:59 2020 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/zchen311/code/Speaker/#41292907c9cb
diff -r 000000000000 -r bfc242b479b0 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Oct 08 02:23:59 2020 +0000
@@ -0,0 +1,10 @@
+
+#include "mbed.h"
+#include "uLCD_4DGL.h"
+
+uLCD_4DGL uLCD(p9,p10,p11); // serial tx, serial rx, reset pin;
+
+int main()
+{
+    uLCD.filled_rectangle(0, 0, 50, 50, BLUE);
+}
\ No newline at end of file
diff -r 000000000000 -r bfc242b479b0 mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Thu Oct 08 02:23:59 2020 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400
\ No newline at end of file