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

Fix vertical alignment of ARMED screen on NTSC #3149

Merged
merged 3 commits into from
May 3, 2018

Commits on May 2, 2018

  1. Make displayDrawScreen() resync the display if it's not initialized

    Display drivers can signal that they haven't completed initialization
    by returning that they have 0 rows and/or columns.
    fiam committed May 2, 2018
    Configuration menu
    Copy the full SHA
    1c90a4b View commit details
    Browse the repository at this point in the history
  2. Make the max7456 driver return 0 rows and cols before initialization

    This way the display layer can update its cached data about the
    display once it's fully initialized.
    fiam committed May 2, 2018
    Configuration menu
    Copy the full SHA
    f57bccc View commit details
    Browse the repository at this point in the history
  3. Take into account the display rows when aligning the ARMED screen

    Make sure there's enough vertical space to fit all the information.
    Fixes #3147
    fiam committed May 2, 2018
    Configuration menu
    Copy the full SHA
    8ba3e6a View commit details
    Browse the repository at this point in the history