Skip to content

Commit c9ddd75

Browse files
committed
Fix typos and omissions in README
1 parent b2e2d04 commit c9ddd75

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# MicroPython Driver for the Waveshare Pico OLED 1.3
22

3-
This is (hopefully) a better MicroPython driver for the [Waveshare Pico-Oled-1.3](https://www.waveshare.com/product/pico-oled-1.3.htm).
3+
This is (hopefully) an improved MicroPython driver for the [Waveshare Pico-Oled-1.3](https://www.waveshare.com/product/pico-oled-1.3.htm) derived from the one provided by Waveshare.
44

55
<img src="example.gif" />
66

77
## Features
88

99
- Derived from the MicroPython Driver for the pico OLED 1.3 by Waveshare.
10-
- initialization and access to the state of `key0` and `key1` via the display object.
10+
- Initialization and access to the state of `key0` and `key1` via the display object.
1111
- Better character display capabilities:
12-
- Better variable width font than the build-in font provided by `framebuf`.
12+
- Better fixed and variable width fonts than the build-in font provided by `framebuf`.
1313
- Better `text` function:
14-
- automatic wrapping of text
14+
- Automatic wrapping of text.
1515
- Returns endpoint coordinates of last written character.
1616

1717
## Usage
1818

1919
- Connect the display to the Raspberry Pi Pico W.
2020
- Flash the Pico W with the latest [MicroPython](https://micropython.org/download/rp2-pico-w/).
2121
- Copy the codebase to the Raspberry Pi Pico or (Pico W).
22-
i- Use as below:
22+
- Use as below:
2323
```
2424
>>> import PicoOled13
2525
>>> display=PicoOled13.get()
@@ -33,7 +33,7 @@ i- Use as below:
3333

3434
## Acknowledgements
3535

36-
- The [pico-2fa-totp](https://github.com/eddmann/pico-2fa-totp) created by [Edd Mann](https://github.com/eddmann) which created the use-case for writing this driver
36+
- The [pico-2fa-totp](https://github.com/eddmann/pico-2fa-totp) created by [Edd Mann](https://github.com/eddmann), and my derivative [fork ](https://github.com/samveen/pico-mpy-2fa-totp) which created the use-case for writing this driver
3737

3838
- Pico-oled-1.3 driver by [Waveshare](https://www.waveshare.com/wiki/Pico-OLED-1.3#Examples)
3939

0 commit comments

Comments
 (0)