We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f56702 commit bd3eaa9Copy full SHA for bd3eaa9
1 file changed
README.md
@@ -16,9 +16,9 @@ LCD4PicoBase is the base class for LCD4Pico and contains the "low level" methods
16
17
### Example
18
First of all you need to declare the pins.
19
-Declare the data pins in the order from D7 to D0.
+Declare the data pins in the order from D0 to D7.
20
21
-LCD4Pico works in 4bit mode as well, in 4bit mode you only need to set the pins D7 to D4.
+LCD4Pico works in 4bit mode as well, in 4bit mode you only need to set the pins D4 to D7.
22
23
If you want to use the LCD in write-only mode (without the RW pin),
24
call the overloaded ctor without the ```rw_pin``` arg or set ```rw_pin``` to ``` WRITE_ONLY```.
0 commit comments