Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kattouf authored Apr 4, 2023
1 parent ff938c8 commit e6ef49d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ This crate provides a driver for the ST7567S display controller that can be used

# Features

- Supports I2C and SPI communication protocols via the [`display_interface`](https://docs.rs/display_interface) crate.
- Supports I2C and SPI communication protocols via the [`display_interface`] crate.
- Provides two display modes:
- Direct Write Mode (by default): This mode allows you to write directly to the display memory by calling the [`draw`] method.
- 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.
- Direct Write Mode (by default): This mode allows you to write directly to the display memory by calling the `draw` method.
- 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.

[`embedded-graphics`]: https://docs.rs/embedded-graphics
[`display_interface`]: https://docs.rs/display_interface

# Notes

Expand Down

0 comments on commit e6ef49d

Please sign in to comment.