Removed unnecessary extended mode switch.

- This will slightly reduce the SPI requirements for
  updating the progress bar.
This commit is contained in:
Marcio Teixeira 2018-02-21 15:12:11 -07:00
parent 716a22498f
commit e84a5545e1

View file

@ -60,7 +60,6 @@ void ST7920_Lite_Status_Screen::cmd(const uint8_t cmd) {
} }
void ST7920_Lite_Status_Screen::begin_data() { void ST7920_Lite_Status_Screen::begin_data() {
extended_function_set(false);
if (!current_bits.synced || current_bits.cmd) { if (!current_bits.synced || current_bits.cmd) {
current_bits.synced = true; current_bits.synced = true;
current_bits.cmd = false; current_bits.cmd = false;