Skip to content

Commit 7b86de9

Browse files
authored
SPI async option
1 parent 0e0841d commit 7b86de9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/Displays.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,8 +582,9 @@ dimmer opcode _(optional)_
582582

583583
`:B`
584584
LVGL _(optional)_
585+
585586
1. number of display lines flushed at once (min 10) the lower the lesser memory needed
586-
2. 0 for no DMA, 1 use DMA (not supported on all displays) bit 1 selects color swap, 2 = swap 16 bit color
587+
2. bit 0: DMA enables (`0` for no DMA, 1 use DMA) - not supported on all displays<br>bit 1: selects color swap, 2 = swap 16 bit color<br>bit 2: enable async DMA, `0` wait for DMA to complete before returning, `4` run DMA async in the background. This later mode is only valid if the SPI bus is not shared between the display and any other SPI device like SD Card Reader.
587588

588589
`:T`
589590
Wait times used for E-paper display

0 commit comments

Comments
 (0)