Browse Source

Fix small font section directive, mixer warning

Scott Lahteine 4 years ago
parent
commit
f1e563d8cf

+ 1
- 1
Marlin/src/lcd/dogm/fontdata/fontdata_6x9_marlin.h View File

33
   Max Font    ascent = 7 descent=-2
33
   Max Font    ascent = 7 descent=-2
34
 */
34
 */
35
 #include <U8glib.h>
35
 #include <U8glib.h>
36
-const u8g_fntpgm_uint8_t u8g_font_6x9[2300] U8G_SECTION(".progmem.u8g_font_6x9") = {
36
+const u8g_fntpgm_uint8_t u8g_font_6x9[2300] U8G_FONT_SECTION(".progmem.u8g_font_6x9") = {
37
   0, 6, 9, 0, 254, 6, 1, 137, 2, 254, 32, 255, 254, 7, 254, 6,
37
   0, 6, 9, 0, 254, 6, 1, 137, 2, 254, 32, 255, 254, 7, 254, 6,
38
   254, 0, 0, 0, 6, 0, 7, 1, 6, 6, 6, 2, 0, 128, 128, 128,
38
   254, 0, 0, 0, 6, 0, 7, 1, 6, 6, 6, 2, 0, 128, 128, 128,
39
   128, 0, 128, 3, 3, 3, 6, 1, 3, 160, 160, 160, 5, 7, 7, 6,
39
   128, 0, 128, 3, 3, 3, 6, 1, 3, 160, 160, 160, 5, 7, 7, 6,

+ 1
- 1
Marlin/src/lcd/dogm/status_screen_DOGM.cpp View File

758
 
758
 
759
         // Two-component mix / gradient instead of XY
759
         // Two-component mix / gradient instead of XY
760
 
760
 
761
-        char mixer_messages[12];
761
+        char mixer_messages[15];
762
         PGM_P mix_label;
762
         PGM_P mix_label;
763
         #if ENABLED(GRADIENT_MIX)
763
         #if ENABLED(GRADIENT_MIX)
764
           if (mixer.gradient.enabled) {
764
           if (mixer.gradient.enabled) {

Loading…
Cancel
Save