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

Various LCD / backlight adjustments #26086

Merged

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    5d871ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2b9754 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    125451e View commit details
    Browse the repository at this point in the history
  4. Update dwin.cpp

    fix previously commented
    classicrocker883 authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    f65e52a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e1bfd1 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. cleanup

    thinkyhead committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    9067105 View commit details
    Browse the repository at this point in the history
  2. Defer until later

    thinkyhead committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    d57ff7f View commit details
    Browse the repository at this point in the history
  3. declare mesh_conf in place

    thinkyhead committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    9385663 View commit details
    Browse the repository at this point in the history
  4. toggle with xor

    thinkyhead committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    feba819 View commit details
    Browse the repository at this point in the history
  5. use targetTooColdToExtrude

    thinkyhead committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    7b7efda View commit details
    Browse the repository at this point in the history
  6. cleanup

    thinkyhead committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    ef776f1 View commit details
    Browse the repository at this point in the history
  7. use getters

    thinkyhead committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    cb171c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Fix view mesh range

    classicrocker883 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    dfe61d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ee1605 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0444c61 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    2f6f663 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d59183 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    5ed838b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c282a4f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    f463a1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfaf0b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05e3100 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

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

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    eee44d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8adcdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9baf92c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32d5759 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

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

Commits on Jul 30, 2023

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

Commits on Aug 3, 2023

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

Commits on Aug 4, 2023

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

Commits on Aug 5, 2023

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

Commits on Aug 7, 2023

  1. misc. adjustments

    thinkyhead committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    a6a1e1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b0d5fb View commit details
    Browse the repository at this point in the history
  3. small updates

    classicrocker883 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    b3e6a53 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

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

Commits on Aug 10, 2023

  1. Update SanityCheck.h

    `HAS_DWIN_E3V2` encompasses DWIN_LCD_PROUI, DWIN_CREALITY_LCD (--> `HAS_DWIN_E3V2_BASIC 1` ) and   DWIN_CREALITY_LCD_JYERSUI
    
    reverted back `!HAS_ENCODER_ACTION` from `NONE(...)`  
    not sure if  
    ```y
    #if ANY(EXTENSIBLE_UI, IS_NEWPANEL, EMERGENCY_PARSER, HAS_ADC_BUTTONS, HAS_DWIN_E3V2)
      #define HAS_RESUME_CONTINUE 1
    #endif
    ```
    any of these other parameters matter, but it is what it is.
    classicrocker883 authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    0345295 View commit details
    Browse the repository at this point in the history
  2. Update ubl_G29.cpp

    classicrocker883 authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    5425fb6 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

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

Commits on Aug 12, 2023

  1. Update dwin.cpp

    fixes values to make it work correctly
    classicrocker883 authored Aug 12, 2023
    Configuration menu
    Copy the full SHA
    b9c9fd8 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Update meshviewer.cpp

    this works fine. could be simplified even more? using
    default:??
    classicrocker883 authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    7c87e3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05713f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    6174b2b View commit details
    Browse the repository at this point in the history
  2. revert meshviewer.cpp

    no changes
    classicrocker883 authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    b8e0436 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. etc

    thinkyhead committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    429ae63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e89856 View commit details
    Browse the repository at this point in the history
  3. squash, range + 1

    thinkyhead committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5e0c0a1 View commit details
    Browse the repository at this point in the history
  4. fixes and rename

    classicrocker883 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8298732 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c07504 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Preview updates

    thinkyhead committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    74c7f3a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    33aff88 View commit details
    Browse the repository at this point in the history
  2. Update Interval fix

    classicrocker883 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    48a325e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32649cb View commit details
    Browse the repository at this point in the history
  4. Fix stack corruption

    thinkyhead committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    4fbcd45 View commit details
    Browse the repository at this point in the history