ESP-IDF + 0/2 examples
SourceVu will show references to esp_lcd_panel_io_tx_param() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- ESP_ERR_INVALID_ARG if parameter is invalid - ESP_OK on success

Notes

Commands sent by this function are short, so they are sent using polling transactions. The function does not return before the command transfer is completed. If any queued transactions sent by `esp_lcd_panel_io_tx_color()` are still pending when this function is called, this function will wait until they are finished and the queue is empty before sending the command(s).

References

from examples