1
0
Fork 0

Update Readme.md

update clear line number method
This commit is contained in:
armlabs 2022-02-16 02:49:01 +00:00 committed by GitHub
parent 2543b87ade
commit 89e96e759a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -56,15 +56,15 @@ $ ./ssd1306_bin -I 64x48
### clear display
- clear 1st line
```sh
./ssd1306_bin -c 0
./ssd1306_bin -c0
```
- clear 2nd line
```sh
$ ./ssd1306_bin -c 1
$ ./ssd1306_bin -c1
```
- clear 4th line
```sh
$ ./ssd1306_bin -c 3
$ ./ssd1306_bin -c3
```
- clear whole screen
```sh