TB2026-YDS Firmware
Loading...
Searching...
No Matches
icons.h
Go to the documentation of this file.
1
8#pragma once
9#include <stdint.h>
10
11/* music.png: 32x32, 1 bpp, MSB-first. */
12#define ICON_MUSIC_W 32
13#define ICON_MUSIC_H 32
14extern const uint8_t icon_music[];
15
16/* stats.png: 32x32, 1 bpp, MSB-first. */
17#define ICON_STATS_W 32
18#define ICON_STATS_H 32
19extern const uint8_t icon_stats[];
20
21/* settings.png: 32x32, 1 bpp, MSB-first. */
22#define ICON_SETTINGS1_W 32
23#define ICON_SETTINGS1_H 32
24extern const uint8_t icon_settings[];
25
26/* storage.png: 32x32, 1 bpp, MSB-first. */
27#define ICON_STORAGE_W 32
28#define ICON_STORAGE_H 32
29extern const uint8_t icon_storage[];
30
31/* volume.png: 16x16, 1 bpp, MSB-first. */
32#define ICON_VOLUME_W 16
33#define ICON_VOLUME_H 16
34extern const uint8_t icon_volume[];
35
36/* play.png: 16x16, 1 bpp, MSB-first. */
37#define ICON_PLAY_W 16
38#define ICON_PLAY_H 16
39extern const uint8_t icon_play[];
40
41/* pause.png: 16x16, 1 bpp, MSB-first. */
42#define ICON_PAUSE_W 16
43#define ICON_PAUSE_H 16
44extern const uint8_t icon_pause[];
45
46/* prev.png: 16x16, 1 bpp, MSB-first. */
47#define ICON_PREV_W 16
48#define ICON_PREV_H 16
49extern const uint8_t icon_prev[];
50
51/* next.png: 16x16, 1 bpp, MSB-first. */
52#define ICON_NEXT_W 16
53#define ICON_NEXT_H 16
54extern const uint8_t icon_next[];
55
56/* shuffle.png: 16x16, 1 bpp, MSB-first. */
57#define ICON_SHUFFLE_W 16
58#define ICON_SHUFFLE_H 16
59extern const uint8_t icon_shuffle[];
60
61/* loop.png: 16x16, 1 bpp, MSB-first. */
62#define ICON_LOOP_W 16
63#define ICON_LOOP_H 16
64extern const uint8_t icon_loop[];
65
66/* arrow_up.png: 8x8 1 bpp, MSB-first. */
67#define ICON_ARROW_UP_W 8
68#define ICON_ARROW_UP_H 8
69extern const uint8_t icon_arrow_up[];
70
71/* arrow_down.png: 8x8 1 bpp, MSB-first. */
72#define ICON_ARROW_DOWN_W 8
73#define ICON_ARROW_DOWN_H 8
74extern const uint8_t icon_arrow_down[];
75
76/* folder.png: 8x8, 1 bpp, MSB-first. */
77#define ICON_FOLDER_W 8
78#define ICON_FOLDER_H 8
79extern const uint8_t icon_folder[];
80
81/* song.png: 8x8, 1 bpp, MSB-first. */
82#define ICON_SONG_W 8
83#define ICON_SONG_H 8
84extern const uint8_t icon_song[];
85
86/* stats_battery.png: 16x16, 1 bpp, MSB-first. */
87#define ICON_STATS_BATTERY_W 16
88#define ICON_STATS_BATTERY_H 16
89extern const uint8_t icon_stats_battery[];
90
91/* stats_storage.png: 16x16, 1 bpp, MSB-first. */
92#define ICON_STATS_STORAGE_W 16
93#define ICON_STATS_STORAGE_H 16
94extern const uint8_t icon_stats_storage[];
95
96/* stats_inputs.png: 16x16, 1 bpp, MSB-first. */
97#define ICON_STATS_INPUTS_W 16
98#define ICON_STATS_INPUTS_H 16
99extern const uint8_t icon_stats_inputs[];
100
101/* stats_peripherals.png: 16x16, 1 bpp, MSB-first. */
102#define ICON_STATS_PERIPHERALS_W 16
103#define ICON_STATS_PERIPHERALS_H 16
104extern const uint8_t icon_stats_peripherals[];
105
106/* stats_system.png: 16x16, 1 bpp, MSB-first. */
107#define ICON_STATS_SYSTEM_W 16
108#define ICON_STATS_SYSTEM_H 16
109extern const uint8_t icon_stats_system[];
110
111/* bluetooth.png: 16x16, 1 bpp, MSB-first. */
112#define ICON_BLUETOOTH_W 16
113#define ICON_BLUETOOTH_H 16
114extern const uint8_t icon_bluetooth[];
115
116/* headphones.png: 16x16, 1 bpp, MSB-first. */
117#define ICON_HEADPHONES_W 16
118#define ICON_HEADPHONES_H 16
119extern const uint8_t icon_headphones[];
120
121/* power.png: 16x16, 1 bpp, MSB-first. */
122#define ICON_POWER_W 16
123#define ICON_POWER_H 16
124extern const uint8_t icon_settings_power[];
125
126/* screen.png: 16x16, 1 bpp, MSB-first. */
127#define ICON_SCREEN_W 16
128#define ICON_SCREEN_H 16
129extern const uint8_t icon_settings_screen[];
130
131/* settings_audio.png: 16x16, 1 bpp, MSB-first. */
132#define ICON_SETTINGS_AUDIO_W 16
133#define ICON_SETTINGS_AUDIO_H 16
134extern const uint8_t icon_settings_audio[];
135
136/* antenna (mast only): 16x16, 1 bpp, MSB-first. */
137#define ICON_ANTENNA_W 16
138#define ICON_ANTENNA_H 16
139extern const uint8_t icon_antenna[];
140
141/* antenna with waves: 16x16, 1 bpp, MSB-first. */
142#define ICON_ANTENNA_ON_W 16
143#define ICON_ANTENNA_ON_H 16
144extern const uint8_t icon_antenna_on[];
const uint8_t icon_settings_screen[32]
Definition icons.c:508
const uint8_t icon_arrow_down[8]
Definition icons.c:312
const uint8_t icon_stats[128]
Definition icons.c:48
const uint8_t icon_song[8]
Definition icons.c:336
const uint8_t icon_stats_battery[32]
Definition icons.c:348
const uint8_t icon_arrow_up[8]
Definition icons.c:300
const uint8_t icon_pause[32]
Definition icons.c:200
const uint8_t icon_settings_audio[32]
Definition icons.c:528
const uint8_t icon_bluetooth[32]
Definition icons.c:448
const uint8_t icon_stats_peripherals[32]
Definition icons.c:408
const uint8_t icon_next[32]
Definition icons.c:240
const uint8_t icon_stats_inputs[32]
Definition icons.c:388
const uint8_t icon_play[32]
Definition icons.c:179
const uint8_t icon_headphones[32]
Definition icons.c:468
const uint8_t icon_stats_system[32]
Definition icons.c:428
const uint8_t icon_shuffle[32]
Definition icons.c:260
const uint8_t icon_antenna[32]
Definition icons.c:548
const uint8_t icon_storage[128]
Definition icons.c:123
const uint8_t icon_antenna_on[32]
Definition icons.c:568
const uint8_t icon_settings[128]
Definition icons.c:85
const uint8_t icon_music[128]
Definition icons.c:11
const uint8_t icon_settings_power[32]
Definition icons.c:488
const uint8_t icon_folder[8]
Definition icons.c:324
const uint8_t icon_loop[32]
Definition icons.c:280
const uint8_t icon_volume[32]
Definition icons.c:159
const uint8_t icon_prev[32]
Definition icons.c:220
const uint8_t icon_stats_storage[32]
Definition icons.c:368