PS_Fgen_FW  4da88f4073c1cc65ea45c3a652a2751e495e50db
Firmware for an Power Supply and Function Generator build from an ATX power supply
Loading...
Searching...
No Matches
Icons.h
Go to the documentation of this file.
1
7
8#ifndef ICONS_H_
9#define ICONS_H_
10
11#include <Arduino.h>
12
13
14#define icon_powerCord_width 28
15#define icon_powerCord_height 25
16extern const unsigned char icon_powerCord_bits[] PROGMEM;
17
18
19#define icon_OnOff_width 16
20#define icon_OnOff_height 16
21extern const unsigned char icon_OnOff_bits[] PROGMEM;
22
23
24#define icon_voltage_width 16
25#define icon_voltage_height 16
26extern const unsigned char icon_voltage_bits[] PROGMEM;
27
28
29#define icon_signalForm_width 16
30#define icon_signalForm_height 16
31extern const unsigned char icon_signalForm_bits[] PROGMEM;
32
33
34#define icon_frequency_width 16
35#define icon_frequency_height 16
36extern const unsigned char icon_frequency_bits[] PROGMEM;
37
38
39#define icon_signalAmplitude_width 16
40#define icon_signalAmplitude_height 16
41extern const unsigned char icon_signalAmplitude_bits[] PROGMEM;
42
43
44#define icon_signalOffset_width 16
45#define icon_signalOffset_height 16
46extern const unsigned char icon_signalOffset_bits[] PROGMEM;
47
48
49#define icon_dmm_width 16
50#define icon_dmm_height 16
51extern const unsigned char icon_dmm_bits[] PROGMEM;
52
53#define icon_dmm_32x32_width 32
54#define icon_dmm_32x32_height 32
55extern const unsigned char icon_dmm_32x32_bits[] PROGMEM;
56
57
58#define icon_supplyAC_width 16
59#define icon_supplyAC_height 16
60extern const unsigned char icon_supplyAC_bits[] PROGMEM;
61
62#define icon_supplyAC_32x32_width 32
63#define icon_supplyAC_32x32_height 32
64extern const unsigned char icon_supplyAC_32x32_bits[] PROGMEM;
65
66
67#define icon_supplyDC_width 16
68#define icon_supplyDC_height 16
69extern const unsigned char icon_supplyDC_bits[] PROGMEM;
70
71#define icon_supplyDC_32x32_width 32
72#define icon_supplyDC_32x32_height 32
73extern const unsigned char icon_supplyDC_32x32_bits[] PROGMEM;
74
75
76#define icon_delay_width 16
77#define icon_delay_height 16
78extern const unsigned char icon_delay_bits[] PROGMEM;
79
80
81#define icon_echo_width 16
82#define icon_echo_height 16
83extern const unsigned char icon_echo_bits[] PROGMEM;
84
85
86#define icon_level_width 16
87#define icon_level_height 16
88extern const unsigned char icon_level_bits[] PROGMEM;
89
90
91#define icon_protection_width 16
92#define icon_protection_height 16
93extern const unsigned char icon_protection_bits[] PROGMEM;
94
95
96#define icon_serial_width 16
97#define icon_serial_height 16
98extern const unsigned char icon_serial_bits[] PROGMEM;
99
100
101#define icon_speed_width 16
102#define icon_speed_height 16
103extern const unsigned char icon_speed_bits[] PROGMEM;
104
105
106#define icon_settings_width 16
107#define icon_settings_height 16
108extern const unsigned char icon_settings_bits[] PROGMEM;
109
110#define icon_settings_32x32_width 32
111#define icon_settings_32x32_height 32
112extern const unsigned char icon_settings_32x32_bits[] PROGMEM;
113
114
115#define icon_boot_width 16
116#define icon_boot_height 16
117extern const unsigned char icon_boot_bits[] PROGMEM;
118
119
120#define icon_calibration_width 16
121#define icon_calibration_height 16
122extern const unsigned char icon_calibration_bits[] PROGMEM;
123
124
125#define icon_pin_width 16
126#define icon_pin_height 16
127extern const unsigned char icon_pin_bits[] PROGMEM;
128
129
130#define icon_pwm_width 16
131#define icon_pwm_height 16
132extern const unsigned char icon_pwm_bits[] PROGMEM;
133
134
135#define icon_save_width 16
136#define icon_save_height 16
137extern const unsigned char icon_save_bits[] PROGMEM;
138
139
140#define icon_reset_width 16
141#define icon_reset_height 16
142extern const unsigned char icon_reset_bits[] PROGMEM;
143
144#endif /* ICONS_H_ */