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

driver implementation for waveshare 4.2" rev2.2 #64

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    a1f91d0 View commit details
    Browse the repository at this point in the history
  2. bug fix

    surdouski committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8d600c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b4f295 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

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

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    cbe87af View commit details
    Browse the repository at this point in the history
  2. Merge branch 'waveshare-4_2_rev_2_2' of github.com:surdouski/micropyt…

    …hon-nano-gui into waveshare-4_2_rev_2_2
    surdouski committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    527b235 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. PR Updates

    - remove commented out init_fast
    - uncomment demo_mode check
    - add MAXBLOCK property
    - check MAXBLOCK ticks between last await in _as_show_full
    surdouski committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    7b7cb9d View commit details
    Browse the repository at this point in the history
  2. async partial

    - add _as_show_partial method
    - check for partial vs full in do_refresh
    surdouski committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    76e5717 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    ae96ae4 View commit details
    Browse the repository at this point in the history
  2. amends to args and behavior

    - remove update_partial and force_update in set_full method
    - remove clear on init
    - amend set_full method
    - add set partial code to set_partial method
    - remove set partial code from show_partial
    - wait on self._busy_pin instead of not self._busy_pin
    surdouski committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    a9e4b81 View commit details
    Browse the repository at this point in the history
  3. fix busy waits

    surdouski committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    35173f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. add swreset and _linv

    surdouski committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    1764bc7 View commit details
    Browse the repository at this point in the history