Merge pull request #187 from thooge/master
Change xbm file header to fix strange accesspoint behaviour
This commit is contained in:
commit
e93193c3e0
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue