Add Marlin (reprap) specific fonts 6x10, 6x9

Font size 6x10 with feedrate symbol & Font size 6x9.
This commit is contained in:
Dirk Eichel
2013-03-19 19:45:57 +01:00
parent c8e2f44087
commit ee8feb9dee
2 changed files with 340 additions and 1 deletions

View File

@ -1596,7 +1596,8 @@ extern const u8g_fntpgm_uint8_t u8g_font_blipfest_07[] U8G_SECTION(".progmem.u8g
extern const u8g_fntpgm_uint8_t u8g_font_blipfest_07r[] U8G_SECTION(".progmem.u8g_font_blipfest_07r");
extern const u8g_fntpgm_uint8_t u8g_font_blipfest_07n[] U8G_SECTION(".progmem.u8g_font_blipfest_07n");
extern const u8g_fntpgm_uint8_t u8g_font_6x10_marlin[] U8G_SECTION(".progmem.u8g_font_6x10_marlin");
extern const u8g_fntpgm_uint8_t u8g_font_6x9[] U8G_SECTION(".progmem.u8g_font_6x9");
#ifdef __cplusplus
}