Sfoglia il codice sorgente

Fix small font section directive, mixer warning

Scott Lahteine 4 anni fa
parent
commit
f1e563d8cf

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

@@ -33,7 +33,7 @@
33 33
   Max Font    ascent = 7 descent=-2
34 34
 */
35 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 37
   0, 6, 9, 0, 254, 6, 1, 137, 2, 254, 32, 255, 254, 7, 254, 6,
38 38
   254, 0, 0, 0, 6, 0, 7, 1, 6, 6, 6, 2, 0, 128, 128, 128,
39 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 Vedi File

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

Loading…
Annulla
Salva