MAX7219 32x32 LED Display
-
mnfisher
- Valued Contributor
- Posts: 2047
- http://meble-kuchenne.info.pl
- Joined: Wed Dec 09, 2020 9:37 pm
- Has thanked: 162 times
- Been thanked: 951 times
Re: MAX7219 32x32 LED Display
By deleting the entire text and just typing in the important characters, I saved a lot of memory. 1 "blank display" with 10 digits and a few characters
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x3C,0x42,0x46,0x4A,0x52,0x62,0x42,0x3C,
0x10,0x30,0x50,0x10,0x10,0x10,0x10,0x38,
0x38,0x44,0x04,0x08,0x10,0x20,0x42,0x7C,
0x3C,0x42,0x02,0x0C,0x02,0x02,0x42,0x3C,
0x04,0x0C,0x14,0x24,0x44,0xFE,0x04,0x04,
0x7E,0x40,0x40,0x3C,0x02,0x02,0x42,0x3C,
0x3C,0x42,0x40,0x7C,0x42,0x42,0x42,0x3C,
0x3E,0x42,0x02,0x04,0x08,0x10,0x20,0x20,
0x3C,0x42,0x42,0x3C,0x42,0x42,0x42,0x3C,
0x3C,0x42,0x42,0x3E,0x02,0x02,0x42,0x3C,
0x18,0x3C,0x7E,0x18,0x18,0x18,0x3C,0x7E,
0x7E,0x3C,0x18,0x18,0x18,0x7E,0x3C,0x18,
0x00,0x10,0x00,0x00,0x00,0x00,0x10,0x00,
0x61,0x62,0x04,0x08,0x10,0x20,0x46,0x86,
0x20,0x10,0x00,0x3C,0x42,0x40,0x42,0x3C,
0x00,0x00,0x3C,0x42,0x42,0x42,0x42,0x3C,
0x1C,0x20,0x20,0x38,0x20,0x20,0x20,0x20,
0x80,0x80,0x80,0xF0,0x88,0x88,0x88,0xF0,
0x00,0x00,0x58,0x64,0x40,0x40,0x40,0x40,
Thank you so much for all your help!
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x3C,0x42,0x46,0x4A,0x52,0x62,0x42,0x3C,
0x10,0x30,0x50,0x10,0x10,0x10,0x10,0x38,
0x38,0x44,0x04,0x08,0x10,0x20,0x42,0x7C,
0x3C,0x42,0x02,0x0C,0x02,0x02,0x42,0x3C,
0x04,0x0C,0x14,0x24,0x44,0xFE,0x04,0x04,
0x7E,0x40,0x40,0x3C,0x02,0x02,0x42,0x3C,
0x3C,0x42,0x40,0x7C,0x42,0x42,0x42,0x3C,
0x3E,0x42,0x02,0x04,0x08,0x10,0x20,0x20,
0x3C,0x42,0x42,0x3C,0x42,0x42,0x42,0x3C,
0x3C,0x42,0x42,0x3E,0x02,0x02,0x42,0x3C,
0x18,0x3C,0x7E,0x18,0x18,0x18,0x3C,0x7E,
0x7E,0x3C,0x18,0x18,0x18,0x7E,0x3C,0x18,
0x00,0x10,0x00,0x00,0x00,0x00,0x10,0x00,
0x61,0x62,0x04,0x08,0x10,0x20,0x46,0x86,
0x20,0x10,0x00,0x3C,0x42,0x40,0x42,0x3C,
0x00,0x00,0x3C,0x42,0x42,0x42,0x42,0x3C,
0x1C,0x20,0x20,0x38,0x20,0x20,0x20,0x20,
0x80,0x80,0x80,0xF0,0x88,0x88,0x88,0xF0,
0x00,0x00,0x58,0x64,0x40,0x40,0x40,0x40,
Thank you so much for all your help!
-
mnfisher
- Valued Contributor
- Posts: 2047
- Joined: Wed Dec 09, 2020 9:37 pm
- Has thanked: 162 times
- Been thanked: 951 times
Re: MAX7219 32x32 LED Display
"blank display" - 'space'
Yes - a good way of reducing memory usage - I'm not sure if the component still has the 16x16 characters but you could strip those out if you don't use them.
Yes - a good way of reducing memory usage - I'm not sure if the component still has the 16x16 characters but you could strip those out if you don't use them.