Skip to content

Commit e6ef49d

Browse files
authored
Update README.md
1 parent ff938c8 commit e6ef49d

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
@@ -7,12 +7,13 @@ This crate provides a driver for the ST7567S display controller that can be used
77

88
# Features
99

10-
- Supports I2C and SPI communication protocols via the [`display_interface`](https://docs.rs/display_interface) crate.
10+
- Supports I2C and SPI communication protocols via the [`display_interface`] crate.
1111
- Provides two display modes:
12-
- Direct Write Mode (by default): This mode allows you to write directly to the display memory by calling the [`draw`] method.
13-
- Buffered Mode: This mode allows you to modify an internal buffer by using methods like [`set_pixel`], [`clear`], or by using the [`embedded-graphics`] crate. Once you have made your changes, you can call the [`flush`] method to write the buffer to the display.
12+
- Direct Write Mode (by default): This mode allows you to write directly to the display memory by calling the `draw` method.
13+
- Buffered Mode: This mode allows you to modify an internal buffer by using methods like `set_pixel`, `clear`, or by using the [`embedded-graphics`] crate. Once you have made your changes, you can call the `flush` method to write the buffer to the display.
1414

1515
[`embedded-graphics`]: https://docs.rs/embedded-graphics
16+
[`display_interface`]: https://docs.rs/display_interface
1617

1718
# Notes
1819

0 commit comments

Comments
 (0)