displaying on SSD1306, 128x64 pixels OLED

Dependencies:   microbit

Revision:
7:7b225c565fe6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/utils.h	Mon Feb 24 14:34:14 2020 +0000
@@ -0,0 +1,3 @@
+#include "cppNorm.h"
+
+string trailedWith(const string src, char trailChar, int length);
\ No newline at end of file