Compare commits

..

No commits in common. "28b9329b9f4fd7dd275c11fffbb0f12e083e85c0" and "241ac1ad92ac9a29bd6b154439589fd6063134d4" have entirely different histories.

View file

@ -148,7 +148,7 @@ class showCurrentValue : public Element {
tft.setTextSize(5);
tft.setTextColor(PRIMARY_FOREGROUND_COLOUR);
tft.setCursor(this->X + 1, this->Y + 1);
tft.print(this->data.getDataByIndex(0), 1);
tft.print(this->data.getMaxDataPoint(), 1);
tft.print(this->data.getUnit());
};
};