OVMS3-idf/examples/peripherals/spi_master
2020-01-08 18:41:43 +08:00
..
components/tjpgd exclude rom headers in examples 2019-08-13 11:10:22 +08:00
main fix unit test and examples for s2beta 2019-09-04 10:53:25 +10:00
CMakeLists.txt cmake: make main a component again 2018-09-11 09:44:12 +08:00
Makefile Moved examples to new folders / categories. Removed example numbers from example names 2017-01-16 23:08:35 +01:00
README.md Implement review comments 2020-01-08 18:41:43 +08:00

SPI master example

This code displays some simple graphics with varying pixel colors on the 320x240 LCD on an ESP-WROVER-KIT board.

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.