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

TFT: Allow to sleep after 5mn (backlight) #22617

Merged
merged 9 commits into from
Sep 14, 2021

Commits on Sep 7, 2021

  1. TFT: Allow to sleep after 5mn (backlight)

    Prepare external methods for remote or centralised wakeup/sleep...
    For now, depends only on Touchscreen activity...
    
    Add TOUCH_IDLE_SLEEP in seconds to enable the feature
    
    Will also blank screen on sleep (CLASSIC_UI and COLOR_UI)
    
    Tested on STM32 & STM32F1 HALs, but implemented on LPC1768 too
    tpruvot committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    6912eae View commit details
    Browse the repository at this point in the history
  2. COLOR_UI: clear screen on TOUCH_IDLE_SLEEP

    wake up on any feedback
    
    rename TouchButtons object to avoid conflicts with tft/touch one
    tpruvot committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    9aae217 View commit details
    Browse the repository at this point in the history
  3. DOGM: allow to wake up with buttons completion_feedback

    TOUCH_SCREEN is undef with DOGM CLASSIC_UI ...
    
    Handle machines with a buzzer
    tpruvot committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    c83cb49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    729e7ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d4ce2a View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. TFT: avoid to sleep in dialogs or menus

    can happen with a very small sleep timeout
    tpruvot committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    5965b24 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

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

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    23ab798 View commit details
    Browse the repository at this point in the history
  2. common touch sleep code

    thinkyhead committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    35599db View commit details
    Browse the repository at this point in the history