Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarchdev authored Mar 18, 2021
1 parent b8c7b46 commit 13922a1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ lcdtmp.backlight = 1;
```c
lcd1602_dcb_set(&lcdtmp, 1, 0, 0);
```
#### 5. Use it!
#### 5. Init display (Send display init sequence)
```c
lcd1602_init(&lcdtmp);
```

#### 6. Use it!

## FUNCTION DESCRIPTIONS

Expand Down

0 comments on commit 13922a1

Please sign in to comment.