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

hd44780: configure and write fixes #647

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from

Commits on Jan 26, 2024

  1. hd44780: configure and write fixes

    - Write only the high-part of the byte when configuring in 4-bit mode
    similar to the LiquidCrystal library around
    [here](https://github.com/arduino-libraries/LiquidCrystal/blob/1.0.7/src/LiquidCrystal.cpp#L116)
    
    - Pulse enable after writing data
    similar to the LiquidCrystal library:
    [4-bits here](https://github.com/arduino-libraries/LiquidCrystal/blob/1.0.7/src/LiquidCrystal.cpp#L312),
    [8-bits here](https://github.com/arduino-libraries/LiquidCrystal/blob/1.0.7/src/LiquidCrystal.cpp#L320)
    
    Addresses issue [tinygo-org#646](tinygo-org#646).
    sorf committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    67f5ced View commit details
    Browse the repository at this point in the history