pour titouan

Dependencies:   mbed SSD1308_128x64_I2C UniGraphic

Files at this revision

API Documentation at this revision

Comitter:
r0m1
Date:
Mon Jun 14 10:28:56 2021 +0000
Commit message:
c'est pour titouan

Changed in this revision

SSD1308_128x64_I2C.lib Show annotated file Show diff for this revision Revisions of this file
UniGraphic.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/SSD1308_128x64_I2C.lib	Mon Jun 14 10:28:56 2021 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/wim/code/SSD1308_128x64_I2C/#e564cde8e03e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/UniGraphic.lib	Mon Jun 14 10:28:56 2021 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/charly/code/UniGraphic/#1b6f9fc49a03
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Mon Jun 14 10:28:56 2021 +0000
@@ -0,0 +1,16 @@
+#include "mbed.h"
+#include "SSD1308.h"
+#define SSD1308_SA0                0x78
+#include "SH1106.h"
+
+
+
+I2C busi2c(D4, D5);
+
+SH1106 oled (I2C_, 100000, SSD1308_SA0, D4, D5, A7, "oled");
+
+int main()
+{
+    oled.printf("bonjour");
+
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Mon Jun 14 10:28:56 2021 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400
\ No newline at end of file