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
--- /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
--- /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
--- /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
--- /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