Skip to content

Commit

Permalink
using OLED_ instead of i2c_OLED_ unctions
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-ortega committed Nov 11, 2024
1 parent 56a5ec7 commit f837f4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/io/display.c
Original file line number Diff line number Diff line change
Expand Up @@ -767,8 +767,8 @@ static void showTelemetryPage(void)
else if (!homeSet || homeReset)
tfp_sprintf(lineBuffer, "HOME NOT SET");
padLineBuffer();
i2c_OLED_set_line(rowIndex++);
i2c_OLED_send_string(lineBuffer);
OLED_set_line(rowIndex++);
OLED_send_string(lineBuffer);
}

if (!feature(FEATURE_GPS) && !feature(FEATURE_VBAT) && !feature(FEATURE_RSSI_ADC) && !(rxConfig->rssi_channel > 0))
Expand Down

0 comments on commit f837f4d

Please sign in to comment.