diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2019-11-06 23:08:00 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2019-11-07 00:01:24 +0100 |
commit | fab3e703c6f701ebdb1402e7675e852a94080d11 (patch) | |
tree | 3a6ab300bd3ed1908a6a27dc5fdd213b48d981e1 /display/hd44780 | |
parent | 6ace47bfe142d32d04e93cdc730d3aebb7b5338d (diff) | |
download | sigrok-dumps-fab3e703c6f701ebdb1402e7675e852a94080d11.tar.gz sigrok-dumps-fab3e703c6f701ebdb1402e7675e852a94080d11.zip |
hd44780: README: Fix probe indices (0-7 for FX2 LAs).
Diffstat (limited to 'display/hd44780')
-rw-r--r-- | display/hd44780/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/display/hd44780/README b/display/hd44780/README index 1662636..6112285 100644 --- a/display/hd44780/README +++ b/display/hd44780/README @@ -58,12 +58,12 @@ The capture was taken with a Saleae Logic clone (mostly at 200kHz): Probe HD44780 ------------------- - 1 RS (selects "commands" and "display data" mode) - 2 E (enable, falling edge clocks data transfers) - 3 D4 (data lines...) - 4 D5 - 5 D6 - 6 D7 + 0 RS (selects "commands" and "display data" mode) + 1 E (enable, falling edge clocks data transfers) + 2 D4 (data lines...) + 3 D5 + 4 D6 + 5 D7 hd44780-blink.sr |