1919/**
2020 * @brief cloud-thin-full icon from FontAwesome (16x16px)
2121 */
22- const unsigned char epd_bmp_cloud_online [] = {
22+ const unsigned char epd_bmp_cloud_online [] PROGMEM = {
2323 0x00 , 0x00 , 0x00 , 0x00 , 0x07 , 0x80 , 0x0d , 0xc0 , 0x18 , 0x78 , 0x10 ,
2424 0x0c , 0x30 , 0x04 , 0x70 , 0x0c , 0xc0 , 0x06 , 0xc0 , 0x03 , 0xc0 , 0x03 ,
2525 0x40 , 0x03 , 0x70 , 0x06 , 0x3f , 0xfc , 0x00 , 0x00 , 0x00 , 0x00 };
@@ -35,39 +35,39 @@ const unsigned char epd_bmp_cloud_offline[] PROGMEM = {
3535/**
3636 * @brief wifi-thin-full icon from FontAwesome (16x16px)
3737 */
38- const unsigned char epd_bmp_wifi_full [] = {
38+ const unsigned char epd_bmp_wifi_full [] PROGMEM = {
3939 0x00 , 0x00 , 0x00 , 0x00 , 0x07 , 0xe0 , 0x3c , 0x3c , 0x70 , 0x0e , 0xc0 ,
4040 0x03 , 0x03 , 0xc0 , 0x0f , 0xf0 , 0x1c , 0x38 , 0x18 , 0x18 , 0x00 , 0x00 ,
4141 0x03 , 0xc0 , 0x03 , 0xc0 , 0x03 , 0xc0 , 0x00 , 0x00 , 0x00 , 0x00 };
4242
4343/**
4444 * @brief wifi-fair-thin-full icon from FontAwesome (16x16px)
4545 */
46- const unsigned char epd_bmp_wifi_fair [] = {
46+ const unsigned char epd_bmp_wifi_fair [] PROGMEM = {
4747 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 ,
4848 0x00 , 0x03 , 0xc0 , 0x0f , 0xf0 , 0x1c , 0x38 , 0x18 , 0x18 , 0x00 , 0x00 ,
4949 0x03 , 0xc0 , 0x03 , 0xc0 , 0x03 , 0xc0 , 0x00 , 0x00 , 0x00 , 0x00 };
5050
5151/**
5252 * @brief wifi-weak-thin-full icon from FontAwesome (16x16px)
5353 */
54- const unsigned char epd_bmp_wifi_weak [] = {
54+ const unsigned char epd_bmp_wifi_weak [] PROGMEM = {
5555 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 ,
5656 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 ,
5757 0x03 , 0xc0 , 0x03 , 0xc0 , 0x03 , 0x80 , 0x00 , 0x00 , 0x00 , 0x00 };
5858
5959/**
6060 * @brief wifi-slash-thin-full icon from FontAwesome (16x16px)
6161 */
62- const unsigned char epd_bmp_wifi_no_signal [] = {
62+ const unsigned char epd_bmp_wifi_no_signal [] PROGMEM = {
6363 0x00 , 0x00 , 0x40 , 0x00 , 0x27 , 0xc0 , 0x1e , 0x38 , 0x68 , 0x00 , 0x44 ,
6464 0x03 , 0x03 , 0x00 , 0x01 , 0xe0 , 0x08 , 0x90 , 0x00 , 0x40 , 0x00 , 0x20 ,
6565 0x01 , 0x90 , 0x03 , 0x88 , 0x01 , 0x84 , 0x00 , 0x02 , 0x00 , 0x00 };
6666
6767/**
6868 * @brief battery-full-thin-full icon from FontAwesome (16x16px)
6969 */
70- const unsigned char epd_bmp_bat_full [] = {
70+ const unsigned char epd_bmp_bat_full [] PROGMEM = {
7171 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x7f , 0xfe , 0xc0 , 0x06 , 0xff ,
7272 0xfa , 0xf0 , 0x0b , 0xf0 , 0x0b , 0xf0 , 0x0b , 0xf0 , 0x0b , 0xff , 0xfa ,
7373 0xc0 , 0x06 , 0x7f , 0xfe , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 };
0 commit comments