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

Faster char write #446

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

Commits on Dec 30, 2023

  1. Update Adafruit_GFX.h

    change GFXbutton private members to protected
    nathanjshaffer committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    caff87e View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Update Adafruit_GFX.cpp

    reduced drawChar function write time by about half by collecting similar pixels in a column and writing once with faster rect function
    nathanjshaffer committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    ccdbcbf View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Update Adafruit_GFX.cpp

    Bugfix
    clang
    
    Document member variables in  Adafruit_GFX_Button
    
    corrected compile arrors
    
    more clang
    
    fixed variable documentation
    nathanjshaffer committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    4e3a95f View commit details
    Browse the repository at this point in the history
  2. more variables

    nathanjshaffer committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    1085844 View commit details
    Browse the repository at this point in the history