Compare commits

..

2 Commits

Author SHA1 Message Date
Norbert Walter e93193c3e0
Merge pull request #187 from thooge/master
Change xbm file header to fix strange accesspoint behaviour
2025-07-26 21:21:46 +02:00
Thomas Hooge e367d15568 Change xbm file header to fix strange accesspoint behaviour 2025-07-26 20:22:07 +02:00
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#define OBP40_400x300_width 400
#define OBP40_400x300_height 300
static unsigned char OBP40_400x300_bits[] PROGMEM = {
const unsigned char OBP40_400x300_bits[15000] PROGMEM = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

View File

@ -1,6 +1,6 @@
#define OBP60_400x300_width 400
#define OBP60_400x300_height 300
static unsigned char OBP60_400x300_bits[] = {
const unsigned char OBP60_400x300_bits[15000] PROGMEM = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

View File

@ -1,6 +1,6 @@
#define OBP_400x300_width 400
#define OBP_400x300_height 300
static unsigned char OBP_400x300_bits[] = {
const unsigned char OBP_400x300_bits[15000] PROGMEM = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,