11#include "images.h"
22
3- const ext_img_desc_t images [93 ] = {
3+ const ext_img_desc_t images [113 ] = {
44 { "arrow_left" , & img_arrow_left },
55 { "arrow_right" , & img_arrow_right },
66 { "bt_conn" , & img_bt_conn },
77 { "bt_disconn" , & img_bt_disconn },
8- { "effect_icon_amp_off" , & img_effect_icon_amp_off },
9- { "effect_icon_amp_on" , & img_effect_icon_amp_on },
10- { "effect_icon_cab_off" , & img_effect_icon_cab_off },
11- { "effect_icon_cab_on" , & img_effect_icon_cab_on },
12- { "effect_icon_comp_off" , & img_effect_icon_comp_off },
13- { "effect_icon_comp_on" , & img_effect_icon_comp_on },
14- { "effect_icon_delay_off" , & img_effect_icon_delay_off },
15- { "effect_icon_delay_on" , & img_effect_icon_delay_on },
16- { "effect_icon_delay_on_d" , & img_effect_icon_delay_on_d },
17- { "effect_icon_delay_on_t" , & img_effect_icon_delay_on_t },
18- { "effect_icon_eq" , & img_effect_icon_eq },
19- { "effect_icon_gate_off" , & img_effect_icon_gate_off },
20- { "effect_icon_gate_on" , & img_effect_icon_gate_on },
21- { "effect_icon_mod_off" , & img_effect_icon_mod_off },
22- { "effect_icon_mod_on" , & img_effect_icon_mod_on },
23- { "effect_icon_mod_on_chorus" , & img_effect_icon_mod_on_chorus },
24- { "effect_icon_mod_on_flanger" , & img_effect_icon_mod_on_flanger },
25- { "effect_icon_mod_on_phaser" , & img_effect_icon_mod_on_phaser },
26- { "effect_icon_mod_on_rotary" , & img_effect_icon_mod_on_rotary },
27- { "effect_icon_mod_on_tremolo" , & img_effect_icon_mod_on_tremolo },
28- { "effect_icon_reverb_off" , & img_effect_icon_reverb_off },
29- { "effect_icon_reverb_on" , & img_effect_icon_reverb_on },
30- { "effect_icon_reverb_on_p" , & img_effect_icon_reverb_on_p },
31- { "effect_icon_reverb_on_r" , & img_effect_icon_reverb_on_r },
32- { "effect_icon_reverb_on_s1" , & img_effect_icon_reverb_on_s1 },
33- { "effect_icon_reverb_on_s2" , & img_effect_icon_reverb_on_s2 },
34- { "effect_icon_reverb_on_s3" , & img_effect_icon_reverb_on_s3 },
35- { "effect_icon_reverb_on_s4" , & img_effect_icon_reverb_on_s4 },
368 { "next" , & img_next },
379 { "next_down" , & img_next_down },
3810 { "previous" , & img_previous },
@@ -59,7 +31,6 @@ const ext_img_desc_t images[93] = {
5931 { "pskin_mxrsinglewhite" , & img_pskin_mxrsinglewhite },
6032 { "pskin_mxrsingleyellow" , & img_pskin_mxrsingleyellow },
6133 { "pskin_ratyellow" , & img_pskin_ratyellow },
62- { "settings" , & img_settings },
6334 { "skin_5150" , & img_skin_5150 },
6435 { "skin_ac30" , & img_skin_ac30 },
6536 { "skin_ampegchrome" , & img_skin_ampegchrome },
@@ -94,4 +65,53 @@ const ext_img_desc_t images[93] = {
9465 { "usb_ok" , & img_usb_ok },
9566 { "wifi_conn" , & img_wifi_conn },
9667 { "wifi_disconn" , & img_wifi_disconn },
68+ { "settings" , & img_settings },
69+ { "effect_icon_amp_off" , & img_effect_icon_amp_off },
70+ { "effect_icon_amp_on" , & img_effect_icon_amp_on },
71+ { "effect_icon_cab_off" , & img_effect_icon_cab_off },
72+ { "effect_icon_cab_on" , & img_effect_icon_cab_on },
73+ { "effect_icon_comp_off" , & img_effect_icon_comp_off },
74+ { "effect_icon_comp_on" , & img_effect_icon_comp_on },
75+ { "effect_icon_delay_off" , & img_effect_icon_delay_off },
76+ { "effect_icon_delay_on" , & img_effect_icon_delay_on },
77+ { "effect_icon_delay_on_d" , & img_effect_icon_delay_on_d },
78+ { "effect_icon_delay_on_t" , & img_effect_icon_delay_on_t },
79+ { "effect_icon_eq" , & img_effect_icon_eq },
80+ { "effect_icon_gate_off" , & img_effect_icon_gate_off },
81+ { "effect_icon_gate_on" , & img_effect_icon_gate_on },
82+ { "effect_icon_mod_off" , & img_effect_icon_mod_off },
83+ { "effect_icon_mod_on" , & img_effect_icon_mod_on },
84+ { "effect_icon_mod_on_chorus" , & img_effect_icon_mod_on_chorus },
85+ { "effect_icon_mod_on_flanger" , & img_effect_icon_mod_on_flanger },
86+ { "effect_icon_mod_on_phaser" , & img_effect_icon_mod_on_phaser },
87+ { "effect_icon_mod_on_rotary" , & img_effect_icon_mod_on_rotary },
88+ { "effect_icon_mod_on_tremolo" , & img_effect_icon_mod_on_tremolo },
89+ { "effect_icon_reverb_off" , & img_effect_icon_reverb_off },
90+ { "effect_icon_reverb_on" , & img_effect_icon_reverb_on },
91+ { "effect_icon_reverb_on_p" , & img_effect_icon_reverb_on_p },
92+ { "effect_icon_reverb_on_r" , & img_effect_icon_reverb_on_r },
93+ { "effect_icon_reverb_on_s1" , & img_effect_icon_reverb_on_s1 },
94+ { "effect_icon_reverb_on_s2" , & img_effect_icon_reverb_on_s2 },
95+ { "effect_icon_reverb_on_s3" , & img_effect_icon_reverb_on_s3 },
96+ { "effect_icon_reverb_on_s4" , & img_effect_icon_reverb_on_s4 },
97+ { "amp_off" , & img_amp_off },
98+ { "amp_on" , & img_amp_on },
99+ { "cab_off" , & img_cab_off },
100+ { "cab_on" , & img_cab_on },
101+ { "dly_off" , & img_dly_off },
102+ { "dly_on" , & img_dly_on },
103+ { "dst_off" , & img_dst_off },
104+ { "dst_on" , & img_dst_on },
105+ { "eq_off" , & img_eq_off },
106+ { "eq_on" , & img_eq_on },
107+ { "mod_off" , & img_mod_off },
108+ { "mod_on" , & img_mod_on },
109+ { "nr_off" , & img_nr_off },
110+ { "nr_on" , & img_nr_on },
111+ { "pre_off" , & img_pre_off },
112+ { "pre_on" , & img_pre_on },
113+ { "rvb_off" , & img_rvb_off },
114+ { "rvb_on" , & img_rvb_on },
115+ { "tc_off" , & img_tc_off },
116+ { "tc_on" , & img_tc_on },
97117};
0 commit comments