An open API service indexing awesome lists of open source software.

https://github.com/lovyan03/esp32_dmasamples

ESP32 DMA Samples
https://github.com/lovyan03/esp32_dmasamples

esp32 m5stack

Last synced: about 1 month ago
JSON representation

ESP32 DMA Samples

Awesome Lists containing this project

README

          

# ESP32_DmaSamples

This is an image drawing sample using DMA transfer of SPI master driver.

## Description
The ESP32 SPI master driver has a DMA (Direct Memory Access) transfer function that allows the SPI master driver to directly send and receive data in the memory without a CPU.
With this function, the CPU can do other work during SPI data transfer.

## Requirement

* https://github.com/tobozo/M5Stack-SD-Updater/ (For M5Stack)
* https://github.com/Bodmer/TFT_eSPI/ (Other than M5Stack / M5StickC)

## Licence

[MIT](https://github.com/lovyan03/ESP32_DmaSamples/blob/master/LICENSE)

## Author

[lovyan03](https://twitter.com/lovyan03)