mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 12:25:03 +02:00
Merge branch 'feature/parlio_rx_driver' into 'master'
driver: add parallel IO RX driver Closes IDF-7002 and IDF-6984 See merge request espressif/esp-idf!23488
This commit is contained in:
@@ -6,21 +6,20 @@ Introduction
|
||||
|
||||
The Parallel IO peripheral is a general purpose parallel interface that can be used to connect to external devices such as LED matrix, LCD display, Printer and Camera. The peripheral has independent TX and RX units. Each unit can have up to 8 or 16 data signals plus 1 or 2 clock signals. [1]_
|
||||
|
||||
.. warning::
|
||||
|
||||
At the moment, the Parallel IO driver only supports TX mode. The RX feature is still working in progress.
|
||||
|
||||
The TX and RX driver of Parallel IO peripheral are designed separately, you can include ``driver/parlio_tx.h`` or ``driver/parlio_rx.h`` to use any of them.
|
||||
|
||||
Application Examples
|
||||
--------------------
|
||||
|
||||
* Simple REG LED Matrix with HUB75 interface: :example:`peripherals/parlio/simple_rgb_led_matrix`.
|
||||
* Simple REG LED Matrix with HUB75 interface: :example:`peripherals/parlio/parlio_tx/simple_rgb_led_matrix`.
|
||||
* Logic Analyzer: :example:`peripherals/parlio/parlio_rx/logic_analyzer`.
|
||||
|
||||
|
||||
API Reference
|
||||
-------------
|
||||
|
||||
.. include-build-file:: inc/parlio_tx.inc
|
||||
.. include-build-file:: inc/parlio_rx.inc
|
||||
.. include-build-file:: inc/components/driver/parlio/include/driver/parlio_types.inc
|
||||
.. include-build-file:: inc/components/hal/include/hal/parlio_types.inc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user