Merge branch 'refactor/simplify_lcd_example' into 'master'

lcd: simplify lcd example

Closes IDF-3009 and IDF-354

See merge request espressif/esp-idf!13823
This commit is contained in:
morris
2021-07-08 08:50:34 +00:00
19 changed files with 225 additions and 461 deletions
@@ -555,7 +555,7 @@ Please note that the ISR is disabled during flash operation by default. To keep
Application Example
-------------------
The code example for displaying graphics on an ESP32-WROVER-KIT's 320x240 LCD screen can be found in the :example:`peripherals/spi_master` directory of ESP-IDF examples.
The code example for using the SPI master half duplex mode to read/write a AT93C46D EEPROM (8-bit mode) can be found in the :example:`peripherals/spi_master/hd_eeprom` directory of ESP-IDF examples.
API Reference - SPI Common