Skip to content

Commit 357e9f5

Browse files
committed
fix: add pgmspace
1 parent a41cb1d commit 357e9f5

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

met_icons_black_100x100.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <pgmspace.h>
2+
13
// 'snowshowers_night', 100x100px
24
const unsigned char met_bitmap_black_100x100_snowshowers_night [] PROGMEM = {
35
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

met_icons_black_50x50.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <pgmspace.h>
2+
13
// 'snowshowers_night', 50x50px
24
const unsigned char met_bitmap_black_50x50_snowshowers_night [] PROGMEM = {
35
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18,

met_icons_transparent_100x100.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <pgmspace.h>
2+
13
// 'snowshowers_night', 100x100px
24
const unsigned char met_bitmap_transparent_100x100_snowshowers_night [] PROGMEM = {
35
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

met_icons_transparent_50x50.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <pgmspace.h>
2+
13
// 'snowshowers_night', 50x50px
24
const unsigned char met_bitmap_transparent_50x50_snowshowers_night [] PROGMEM = {
35
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

met_icons_white_100x100.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <pgmspace.h>
2+
13
// 'snowshowers_night', 100x100px
24
const unsigned char met_bitmap_white_100x100_snowshowers_night [] PROGMEM = {
35
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0xff, 0xff, 0xff,

met_icons_white_50x50.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <pgmspace.h>
2+
13
// 'snowshowers_night', 50x50px
24
const unsigned char met_bitmap_white_50x50_snowshowers_night [] PROGMEM = {
35
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0xff, 0xe7,

0 commit comments

Comments
 (0)