Skip to content

Commit 05e8048

Browse files
authored
Update README.md
1 parent 55bdf61 commit 05e8048

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This is a production version (v216).
1212

1313
## Usage
1414

15-
The sh1107.py module code and framebuf2.py module code should be uploaded to the Raspberry Pico Pi (or other Microcontroller running MicroPython. Example use:
15+
The sh1107.py module code should be uploaded to the Raspberry Pico Pi (or other Microcontroller running MicroPython. If the large font extension is required the framebuf2.py module code should also be uploaded. (See [framebuf2](https://github.com/peter-l5/framebuf2).) Example use for I2C:
1616
```
1717
from machine import Pin, I2C
1818
import sh1107
@@ -25,10 +25,11 @@ The sh1107.py module code and framebuf2.py module code should be uploaded to the
2525
display.text('driver', 0, 8, 1)
2626
display.show()
2727
```
28+
Example usage code for SPI is also provided in the repository.
2829

2930
## Features
3031

31-
All the methods of MicroPython FrameBuffer in the [framebuf](https://docs.micropython.org/en/v1.18/library/framebuf.html "MicroPython v1.18 documentation") module are accessible as at MicroPython v1.18. The `polygon` method and other changes included in version 1.19.1 are not yet implemented.
32+
All the methods of MicroPython FrameBuffer in the [framebuf](https://docs.micropython.org/en/v1.19.1/library/framebuf.html "MicroPython v1.19.1 documentation") module are accessible as at MicroPython v1.19.1.
3233

3334
## Interfaces and tested displays
3435

@@ -42,7 +43,7 @@ Changes to some constants will be needed for 128x64 displays. See annotations in
4243

4344
## Requirements
4445

45-
This code has been tested with MicroPython version 1.18.
46+
This code has been tested with MicroPython versions 1.18 and 1.19.1.
4647

4748
## Release notes
4849

0 commit comments

Comments
 (0)