summaryrefslogtreecommitdiff
path: root/light_gray
diff options
context:
space:
mode:
Diffstat (limited to 'light_gray')
-rw-r--r--light_gray4
1 files changed, 4 insertions, 0 deletions
diff --git a/light_gray b/light_gray
new file mode 100644
index 0000000..ea62e17
--- /dev/null
+++ b/light_gray
@@ -0,0 +1,4 @@
+#define light_gray_width 4
+#define light_gray_height 2
+static char light_gray_bits[] = {
+ 0x08, 0x02};