aboutsummaryrefslogtreecommitdiffstats
path: root/src/text
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-06-08 10:15:44 +0200
committerBad Diode <bd@badd10de.dev>2021-06-08 10:15:44 +0200
commit32cd65387f8ba2ea6a92c1c44da7a31b8ceef4b0 (patch)
treede08e1354e6116e58d439419d4b6d204c26be0f2 /src/text
parent17de3925aa6cbe3f37f5f19ebf1a3a98c5047020 (diff)
downloadstepper-32cd65387f8ba2ea6a92c1c44da7a31b8ceef4b0.tar.gz
stepper-32cd65387f8ba2ea6a92c1c44da7a31b8ceef4b0.zip
Add drawing of triggers and channel buttons
Diffstat (limited to 'src/text')
-rw-r--r--src/text/font.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/text/font.h b/src/text/font.h
index 65579b8..4f3c319 100644
--- a/src/text/font.h
+++ b/src/text/font.h
@@ -128,10 +128,3 @@ static const u32 font[] = {
128 0x00000000, 0x00000000, 0x00000000, 0x00000000, 128 0x00000000, 0x00000000, 0x00000000, 0x00000000,
129 0x00000000, 0x00000000, 0x00000000, 0x00000000, 129 0x00000000, 0x00000000, 0x00000000, 0x00000000,
130}; 130};
131
132u16 palette[16] = {
133 0x7fff, 0x0000, 0x7fff, 0x7fff,
134 0x7fff, 0x7fff, 0x7fff, 0x7fff,
135 0x7fff, 0x7fff, 0x7fff, 0x7fff,
136 0x7fff, 0x7fff, 0x7fff, 0x7fff,
137};