From 23e6ee9d013df307de3f1161416ca61bef4c669f Mon Sep 17 00:00:00 2001 From: Nathan Phillips Date: Fri, 20 Dec 2019 12:01:29 +0100 Subject: [PATCH 1/2] Fix typos in README Fix a broken link as well as updating the text. Merges https://github.com/espressif/esp-idf/pull/4531 --- examples/peripherals/spi_master/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/peripherals/spi_master/README.md b/examples/peripherals/spi_master/README.md index a4c624fc0f..ec89ed8e81 100644 --- a/examples/peripherals/spi_master/README.md +++ b/examples/peripherals/spi_master/README.md @@ -1,5 +1,5 @@ ## SPI master example -This code displays a simple graphics with varying pixel colors on the 320x240 LCD on an ESP-WROVER-KIT board. +This code displays some simple graphics with varying pixel colors on the 320x240 LCD on an ESP-WROVER-KIT board. -If you like to adopt this example to another type of display or pinout, check [manin/spi_master_example_main.c] for comments that explain some of implementation details. +If you would like to adopt this example to another type of display or pinout check [main/spi_master_example_main.c] for comments that explain some of the implementation details. From 6070f610cc1041822d178235f39d950c5f02450e Mon Sep 17 00:00:00 2001 From: Krzysztof Date: Wed, 8 Jan 2020 18:41:43 +0800 Subject: [PATCH 2/2] Implement review comments --- examples/peripherals/spi_master/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/peripherals/spi_master/README.md b/examples/peripherals/spi_master/README.md index ec89ed8e81..bd40cd876a 100644 --- a/examples/peripherals/spi_master/README.md +++ b/examples/peripherals/spi_master/README.md @@ -2,4 +2,4 @@ This code displays some simple graphics with varying pixel colors on the 320x240 LCD on an ESP-WROVER-KIT board. -If you would like to adopt this example to another type of display or pinout check [main/spi_master_example_main.c] for comments that explain some of the implementation details. +If you want to adapt this example to another type of display or pinout, check [main/spi_master_example_main.c] for comments with some implementation details.