Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: whitequark/glasgow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 25aa227b91e8
Choose a base ref
...
head repository: whitequark/glasgow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4653a6a00b15
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 20, 2019

  1. Copy the full SHA
    4653a6a View commit details
Showing with 1 addition and 2 deletions.
  1. +1 −2 software/glasgow/applet/hd44780/__init__.py
3 changes: 1 addition & 2 deletions software/glasgow/applet/hd44780/__init__.py
Original file line number Diff line number Diff line change
@@ -192,8 +192,7 @@ class HD44780Applet(GlasgowApplet, name="hd44780"):
Port pins should be connected to display pins as follows: RS->4, RW->5, E->6,
D->11,12,13,14. Port voltage is set to 5.0 V.
Note: the E line is *extremely* susceptible to noise. If the display shows
erratic behavior, try routing it away from possible aggressors (RS and R/W).
Note: this applet requires revC0+.
"""

@classmethod