1

Revision:
17:c0c589ffe9bf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cylogo.h	Fri Jun 17 02:24:45 2022 +0000
@@ -0,0 +1,10 @@
+#define cylogo_width 128
+#define cylogo_height 40
+
+
+static unsigned char cylogo_bits[] = {
+   0x00, 0x00, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0xff, 0x3f,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0xfe, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,};
\ No newline at end of file