summaryrefslogtreecommitdiffstats
path: root/keyboards/hotdox76v2/oled_font_lib/logo2.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2022-11-03 10:40:56 -0700
committerGitHub <noreply@github.com>2022-11-03 17:40:56 +0000
commit7fe76e53c1e7c1569a99b6dbf3eee11aad3df094 (patch)
tree8921d332cd8686d55e4a0791f616b123b72a20f7 /keyboards/hotdox76v2/oled_font_lib/logo2.h
parent96c48a5f4aa461ed31fd4ee61151ac206e16fb5f (diff)
[Keyboard] Add hotdox76v2 support (#18680)
Diffstat (limited to 'keyboards/hotdox76v2/oled_font_lib/logo2.h')
-rw-r--r--keyboards/hotdox76v2/oled_font_lib/logo2.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/hotdox76v2/oled_font_lib/logo2.h b/keyboards/hotdox76v2/oled_font_lib/logo2.h
new file mode 100644
index 0000000000..8a4a0e4622
--- /dev/null
+++ b/keyboards/hotdox76v2/oled_font_lib/logo2.h
@@ -0,0 +1,14 @@
+// Copyright 2021 JasonRen(biu)
+// Copyright 2022 Drashna Jael're (@Drashna Jael're)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#include "progmem.h"
+
+static const unsigned char logo_mouse[] PROGMEM = {
+ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xAA,0xAA,0xA8,0xA8,0xAA,0xAA,0xA8,0xA0,0xA0,0x00,0x00,0x00,\
+ 0x00,0x00,0x00,0x00,0x80,0xA0,0xA8,0xA8,0xA8,0xA8,0xA8,0xA8,0xA0,0xA0,0xA0,0xA0,0xA0,0xA0,0xA8,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0x80,0x00,0x00,0x00,0x00,\
+ 0x00,0x00,0x00,0x2A,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0x0A,0x02,0x00,0x00,0x00,0x00,\
+ 0x00,0x00,0x00,0x00,0x00,0x02,0x2A,0x2A,0x2A,0x2A,0x0A,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x0A,0x2A,0x2A,0x2A,0x2A,0x02,0x00,0x00,0x00,0x00,0x00,0x00
+};