Sfoglia il codice sorgente

Fix Octopus 12864 LCD Delays (#21883)

Keith Bennett 4 anni fa
parent
commit
fe60a18923
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3
    3
      Marlin/src/pins/stm32f4/pins_BTT_OCTOPUS_V1_0.h

+ 3
- 3
Marlin/src/pins/stm32f4/pins_BTT_OCTOPUS_V1_0.h Vedi File

492
 // Alter timing for graphical display
492
 // Alter timing for graphical display
493
 #if HAS_MARLINUI_U8GLIB
493
 #if HAS_MARLINUI_U8GLIB
494
   #ifndef BOARD_ST7920_DELAY_1
494
   #ifndef BOARD_ST7920_DELAY_1
495
-    #define BOARD_ST7920_DELAY_1    DELAY_NS(96)
495
+    #define BOARD_ST7920_DELAY_1   DELAY_NS(120)  // DELAY_NS(96)
496
   #endif
496
   #endif
497
   #ifndef BOARD_ST7920_DELAY_2
497
   #ifndef BOARD_ST7920_DELAY_2
498
-    #define BOARD_ST7920_DELAY_2    DELAY_NS(48)
498
+    #define BOARD_ST7920_DELAY_2   DELAY_NS(80)   // DELAY_NS(48)
499
   #endif
499
   #endif
500
   #ifndef BOARD_ST7920_DELAY_3
500
   #ifndef BOARD_ST7920_DELAY_3
501
-    #define BOARD_ST7920_DELAY_3   DELAY_NS(600)
501
+    #define BOARD_ST7920_DELAY_3   DELAY_NS(580)  // DELAY_NS(600)
502
   #endif
502
   #endif
503
 #endif
503
 #endif
504
 
504
 

Loading…
Annulla
Salva