Skip to content

Commit

Permalink
Update lcd_gpio.svg (#3330)
Browse files Browse the repository at this point in the history
* Update lcd_gpio.svg

Correct labeling of D0-D3 as 4-bit, when the correct pins to
use for 4-bit data are D4-D7, as per https://github.com/duinoWitchery/hd44780/blob/master/examples/ioClass/hd44780_pinIO/HelloWorld/HelloWorld.ino#L24-L27

* Update pin examples to use GPIO instead of D
  • Loading branch information
RoganDawes authored Nov 6, 2023
1 parent eb848c8 commit c037801
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/display/images/lcd_gpio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions components/display/lcd_display.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ faster refresh, especially in conjunction with an :ref:`LCD Menu <lcd_menu>`.
- platform: lcd_gpio
dimensions: 20x4
data_pins:
- D0
- D1
- D2
- D3
- GPIO32
- GPIO33
- GPIO5
- GPIO17
enable_pin: D4
rs_pin: D5
lambda: |-
Expand Down

0 comments on commit c037801

Please sign in to comment.