From 32cd65387f8ba2ea6a92c1c44da7a31b8ceef4b0 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Tue, 8 Jun 2021 10:15:44 +0200 Subject: Add drawing of triggers and channel buttons --- src/text/font.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/text') 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[] = { 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, }; - -u16 palette[16] = { - 0x7fff, 0x0000, 0x7fff, 0x7fff, - 0x7fff, 0x7fff, 0x7fff, 0x7fff, - 0x7fff, 0x7fff, 0x7fff, 0x7fff, - 0x7fff, 0x7fff, 0x7fff, 0x7fff, -}; -- cgit v1.2.1