Skip to content

Commit

Permalink
- minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sentouki committed Jan 30, 2023
1 parent 0f56702 commit bd3eaa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ LCD4PicoBase is the base class for LCD4Pico and contains the "low level" methods

### Example
First of all you need to declare the pins.
Declare the data pins in the order from D7 to D0.
Declare the data pins in the order from D0 to D7.

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.

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

0 comments on commit bd3eaa9

Please sign in to comment.