12345678910111213141516171819202122 |
- /*
- Fontname: Marlin_symbols
- Copyright: Created with Fony 1.4.7
- Capital A Height: 0, '1' Height: 0
- Calculated Max Values w= 5 h=10 x= 0 y= 3 dx= 6 dy= 0 ascent= 8 len=10
- Font Bounding box w= 6 h= 9 x= 0 y=-2
- Calculated Min Values x= 0 y=-2 dx= 0 dy= 0
- Pure Font ascent = 0 descent= 0
- X Font ascent = 0 descent= 0
- Max Font ascent = 8 descent=-2
- */
- #include <utility/u8g.h>
- const u8g_fntpgm_uint8_t Marlin_symbols[140] U8G_SECTION(".progmem.Marlin_symbols") = {
- 0,6,9,0,254,0,0,0,0,0,1,9,0,8,254,0,
- 0,5,8,8,6,0,0,64,240,200,136,136,152,120,16,5,
- 8,8,6,0,0,192,248,136,136,136,136,136,248,5,5,5,
- 6,0,1,32,48,248,48,32,5,8,8,6,0,0,32,112,
- 248,32,32,32,32,224,5,9,9,6,0,255,32,112,168,168,
- 184,136,136,112,32,5,9,9,6,0,255,224,128,192,176,168,
- 40,48,40,40,5,9,9,6,0,255,248,168,136,136,136,136,
- 136,168,248,5,10,10,6,0,254,32,80,80,80,80,136,168,
- 168,136,112,3,3,3,6,0,3,64,160,64};
|