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

ProUI feature utilization / Misc. Fixes #26434

Merged

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    73693bb View commit details
    Browse the repository at this point in the history
  2. Add ProUI feature options

    The following file changes allows fuller utilization of ProUI features.
    
    dwin.h
    dwin_defines.h
    SanityCheck.h
    MarlinConfigPre.h
    classicrocker883 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    f60abea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d8088b View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. include #ifdef in MarlinConfigPre.h

    for DWIN_LCD_PROUI
    classicrocker883 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    3a46132 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. enabled

    thinkyhead committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    9fe4190 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d715ff0 View commit details
    Browse the repository at this point in the history
  3. tweak errors

    thinkyhead committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    cc17151 View commit details
    Browse the repository at this point in the history
  4. clarify

    thinkyhead committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    28b8571 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f2c141 View commit details
    Browse the repository at this point in the history
  6. Fix warning: narrowing conversion

    introduced in commit "🚸 Minor touch calibration improvement (MarlinFirmware#26445)"
    classicrocker883 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    b707878 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. fix file wrappers

    thinkyhead committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    2920b3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f2df7e View commit details
    Browse the repository at this point in the history
  3. Fix warning: narrowing conversion in JyersUI

    introduced in commit "🚸 Minor touch calibration improvement (MarlinFirmware#26445)"
    classicrocker883 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    8a5faf1 View commit details
    Browse the repository at this point in the history
  4. fixes for dwin.cpp

    onDrawManualTramming() has no use - removed
    change "&&" to ALL, and "||" to ANY
    classicrocker883 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    031eecc View commit details
    Browse the repository at this point in the history
  5. indent

    classicrocker883 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    6358ade View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10bea42 View commit details
    Browse the repository at this point in the history
  7. update dwin_defines.h

    remove PROUI_PID_TUNE from Conditionals_post.h
    classicrocker883 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    ea9c430 View commit details
    Browse the repository at this point in the history
  8. undo extraneous changes

    thinkyhead committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    e109c3c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    758ebab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6dd992b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1b41c4b View commit details
    Browse the repository at this point in the history
  12. unindent

    thinkyhead committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    41081cc View commit details
    Browse the repository at this point in the history
  13. move to dwin_defines

    thinkyhead committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    86819bb View commit details
    Browse the repository at this point in the history
  14. rgb type, some case fix

    thinkyhead committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    43ff659 View commit details
    Browse the repository at this point in the history