aboutsummaryrefslogtreecommitdiffstats
path: root/src/assets.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-08-10 21:43:12 +0200
committerBad Diode <bd@badd10de.dev>2023-08-10 21:43:12 +0200
commitc888455af3ea5b9e8d2087a57df104c14ffac09e (patch)
tree98a38361e940f6b5b12153025b8346a5195f3ef7 /src/assets.c
parentbb4af22481a27d9324f5377b7024e3592d4227ff (diff)
downloadstepper-c888455af3ea5b9e8d2087a57df104c14ffac09e.tar.gz
stepper-c888455af3ea5b9e8d2087a57df104c14ffac09e.zip
Add two more banks and channel icons
Diffstat (limited to 'src/assets.c')
-rw-r--r--src/assets.c22
1 files changed, 0 insertions, 22 deletions
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[] = {
81 0xe0000000, 0xe0202020, 0x0e000000, 0x0e0a0e0a, 81 0xe0000000, 0xe0202020, 0x0e000000, 0x0e0a0e0a,
82}; 82};
83 83
84static const u32 ch_btn_sprite[] = {
85 // CH1
86 0x888e80ff, 0xff808e88,
87 0xa1a100ff, 0xff00a9e1,
88 0x101010f0, 0xf0101010,
89
90 // CH2
91 0x919d80ff, 0xff809d91,
92 0x424200ff, 0xff0052c2,
93 0x909010f0, 0xf0109090,
94
95 // CH3
96 0xa2ba80ff, 0xff80baa3,
97 0x858500ff, 0xff00a585,
98 0x505010f0, 0xf0105050,
99
100 // CH4
101 0xa2ba80ff, 0xff80baa3,
102 0x858500ff, 0xff00a485,
103 0x505010f0, 0xf010d050,
104};
105
106// 84//
107// Wave data. 85// Wave data.
108// 86//