From b9f4b5af5b576a5c86168af87c53c02961a8fe59 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Sat, 24 Nov 2018 18:04:56 +1100 Subject: [PATCH] Add photo to README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1b6bf5f..062dd19 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SSD1675 EPD display driver -[Insert picture of Inky pHAT here] +Photo of Inky pHAT ePaper display on Raspberry Pi Zero W Rust driver for the [Solomon Systech SSD1675][SSD1675] e-Paper display (EPD) controller, for use with [embedded-hal]. @@ -8,14 +8,14 @@ controller, for use with [embedded-hal]. ## Description This driver is intended to work on embedded platforms using the `embedded-hal` -trait library. It is `no_std`, contains no added `unsafe`, and does not require -an allocator. It supports the 4-wire SPI interface. +trait library. It is `no_std` compatible, only uses safe Rust, and does not +require an allocator. It supports the 4-wire SPI interface. ## Tested Devices The library has been tested and confirmed working on these devices: -* Red/Black/White [Inky pHAT] version 2 on Raspberry Pi Zero +* Red/Black/White [Inky pHAT] version 2 on Raspberry Pi Zero (pictured above) ## Credits