Skip to content

Commit bd3eaa9

Browse files
authored
- minor fix
1 parent 0f56702 commit bd3eaa9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ LCD4PicoBase is the base class for LCD4Pico and contains the "low level" methods
1616

1717
### Example
1818
First of all you need to declare the pins.
19-
Declare the data pins in the order from D7 to D0.
19+
Declare the data pins in the order from D0 to D7.
2020

21-
LCD4Pico works in 4bit mode as well, in 4bit mode you only need to set the pins D7 to D4.
21+
LCD4Pico works in 4bit mode as well, in 4bit mode you only need to set the pins D4 to D7.
2222

2323
If you want to use the LCD in write-only mode (without the RW pin),
2424
call the overloaded ctor without the ```rw_pin``` arg or set ```rw_pin``` to ``` WRITE_ONLY```.

0 commit comments

Comments
 (0)