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

320x240 LCD portrait mode UI #25207

Merged
merged 12 commits into from
Jan 17, 2023
Merged

320x240 LCD portrait mode UI #25207

merged 12 commits into from
Jan 17, 2023

Commits on Dec 29, 2022

  1. Configuration menu
    Copy the full SHA
    a82fbc4 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    f3811fc View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Configuration menu
    Copy the full SHA
    4e6b9be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    796acad View commit details
    Browse the repository at this point in the history
  3. Update ui_320x240.cpp

    alexgrach committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    d8ba094 View commit details
    Browse the repository at this point in the history
  4. define TFT_COLOR_UI_PORTRAIT for portrait orientation

    #if TFT_ROTATION == TFT_ROTATE_90 || TFT_ROTATION == TFT_ROTATE_90_MIRROR_X || TFT_ROTATION == TFT_ROTATE_90_MIRROR_Y || TFT_ROTATION == TFT_ROTATE_270 || TFT_ROTATION == TFT_ROTATE_270_MIRROR_X || TFT_ROTATION == TFT_ROTATE_270_MIRROR_Y
    Does not work correctly at Conditionals_LCD.h
    alexgrach committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    2c74305 View commit details
    Browse the repository at this point in the history
  5. Update tft.h

    whitespece deleted
    alexgrach committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    a1ee515 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3eafdf View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. add portrait test

    thinkyhead committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    01b2f23 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from thinkyhead/pr_for_pr_25207

    Patches for Marlin PR 25207
    alexgrach authored Jan 8, 2023
    Configuration menu
    Copy the full SHA
    a610a67 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Update tft_io.h

    alexgrach committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    7d2c62a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Update Conditionals_LCD.h

    TFT_COLOR_UI_PORTRAIT flag
    alexgrach committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    2f394ad View commit details
    Browse the repository at this point in the history