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

Fix off by 1 error in Displaypart code on Arduino with 7in5_V2 #345

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

Commits on Nov 28, 2023

  1. Merge pull request waveshareteam#314 from waveshareteam/master

    Support for Pi5 and the latest Raspberry PI system, Arudino upper and lower case character issues fixed
    shhds authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ff260fd View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Merge pull request waveshareteam#319 from waveshareteam/master

    Added 4.26 and 2.66G programs; Add 7.5V2 local brush, quick brush cod…
    shhds authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    605517b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Fix off by 1 error in Displaypart

    There was an off by one error requiring all pattern buffers to have an additional byte at the start. The error has been updated and the function has been documented for other users.
    
    Also added the inversion "~" of the white bytes to keep with the same format in the pattern buffer.
    holmesrg committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d08d55f View commit details
    Browse the repository at this point in the history