Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanGallop authored May 16, 2020
1 parent 611f826 commit 5d9af78
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,20 @@ pip3 install RPi-GPIO-I2C-LCD
```

### Usage
** set(string,line) **
__set(string,line)__

Sets string to given line

** get(line) **
__get(line)__

Returns string of given line from buffer

** backlight(on|off) **
__backlight(on|off)__

Turns backlight on or off (default is on)

** clear() **
__clear()__

Clears display buffers

### Examples
Expand Down

0 comments on commit 5d9af78

Please sign in to comment.