From c888455af3ea5b9e8d2087a57df104c14ffac09e Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Thu, 10 Aug 2023 21:43:12 +0200 Subject: Add two more banks and channel icons --- src/assets.c | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'src/assets.c') diff --git a/src/assets.c b/src/assets.c index 661d012..94c9de2 100644 --- a/src/assets.c +++ b/src/assets.c @@ -81,28 +81,6 @@ static const u32 note_name_sprites[] = { 0xe0000000, 0xe0202020, 0x0e000000, 0x0e0a0e0a, }; -static const u32 ch_btn_sprite[] = { - // CH1 - 0x888e80ff, 0xff808e88, - 0xa1a100ff, 0xff00a9e1, - 0x101010f0, 0xf0101010, - - // CH2 - 0x919d80ff, 0xff809d91, - 0x424200ff, 0xff0052c2, - 0x909010f0, 0xf0109090, - - // CH3 - 0xa2ba80ff, 0xff80baa3, - 0x858500ff, 0xff00a585, - 0x505010f0, 0xf0105050, - - // CH4 - 0xa2ba80ff, 0xff80baa3, - 0x858500ff, 0xff00a485, - 0x505010f0, 0xf010d050, -}; - // // Wave data. // -- cgit v1.2.1