Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: PokittoLib
Fork of HelloWorld by
Diff: m_dreamy.c
- Revision:
- 1:9e3293ab4ad9
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/m_dreamy.c Wed Oct 11 22:51:50 2017 +0000
@@ -0,0 +1,23 @@
+
+
+/*
+ * BMP image as 4bpp (16 colour index) data
+ */
+
+#include <stdint.h>
+#include "Animation.h"
+
+
+const uint8_t m_dreamy[] = {
+24,16,
+17,101,85,86,17,17,17,17,149,85,85,97,17,101,85,88,17,17,17,17,22,85,85,97,
+17,101,85,88,17,17,17,17,22,85,85,97,17,101,85,86,17,17,17,17,149,85,85,97,
+17,133,85,85,145,17,17,17,101,85,85,129,17,149,85,85,88,17,17,22,85,85,85,145,
+17,22,85,85,85,104,134,101,85,85,86,17,17,25,85,85,85,85,85,85,85,85,89,17,
+17,17,133,85,85,85,85,85,85,85,129,17,17,17,24,85,85,85,85,85,85,88,17,17,
+17,17,17,134,85,85,85,85,86,129,17,17,17,17,17,17,134,85,85,86,129,17,17,17,
+17,17,17,17,17,153,137,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,
+17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,
+
+};
+
