Browse Source

Removed unnecessary extended mode switch.

- This will slightly reduce the SPI requirements for
  updating the progress bar.
Marcio Teixeira 7 years ago
parent
commit
e84a5545e1
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Marlin/src/lcd/dogm/status_screen_lite_ST7920.h

+ 0
- 1
Marlin/src/lcd/dogm/status_screen_lite_ST7920.h View File

60
 }
60
 }
61
 
61
 
62
 void ST7920_Lite_Status_Screen::begin_data() {
62
 void ST7920_Lite_Status_Screen::begin_data() {
63
-  extended_function_set(false);
64
   if (!current_bits.synced || current_bits.cmd) {
63
   if (!current_bits.synced || current_bits.cmd) {
65
     current_bits.synced = true;
64
     current_bits.synced = true;
66
     current_bits.cmd    = false;
65
     current_bits.cmd    = false;

Loading…
Cancel
Save