Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LCD Display: Display Energy formatted to significant figures instead of decimal digits. #341

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Apr 2, 2022

  1. Factor out the SI-adjustment code from LcdTask::displayScaledNumberVa…

    …lue() so that it can be re-used in other methods.
    rbsexton committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    1195148 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    d06bae5 View commit details
    Browse the repository at this point in the history
  2. New method, LcdTask::displayNumberValueSigFigures that uses signicant…

    … figures rather than decimals after the decima point.
    rbsexton committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    32b0927 View commit details
    Browse the repository at this point in the history
  3. Overload displayScaledNumberValue to use significant figures instead …

    …of digits after the decimal point.
    rbsexton committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    422cf28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cc10f9 View commit details
    Browse the repository at this point in the history