Skip to content
Snippets Groups Projects
Commit e84a5545 authored by Marcio Teixeira's avatar Marcio Teixeira
Browse files

Removed unnecessary extended mode switch.

- This will slightly reduce the SPI requirements for
  updating the progress bar.
parent 716a2249
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,6 @@ void ST7920_Lite_Status_Screen::cmd(const uint8_t cmd) {
}
void ST7920_Lite_Status_Screen::begin_data() {
extended_function_set(false);
if (!current_bits.synced || current_bits.cmd) {
current_bits.synced = true;
current_bits.cmd = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment