mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-13 05:53:06 +01:00
Change xbm file header to fix strange accesspoint behaviour
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user