pio_tft icon indicating copy to clipboard operation
pio_tft copied to clipboard

DMA

Open fu709691151 opened this issue 1 year ago • 2 comments

Can DMA be used?

fu709691151 avatar Nov 12 '23 03:11 fu709691151

What do you want to do? Fast display on a parallel interface TFT from an RP2040 using DMA?

If so, I have a working project that does exactly that, it uses DMA and PIO.

https://github.com/zapta/simple_stepper_motor_analyzer/blob/main/platformio/src/display/tft_driver.cpp

You can also see a demo of this technique here https://twitter.com/DustinWattsNL/status/1430049782379294738

On Sat, Nov 11, 2023 at 7:26 PM fu709691151 @.***> wrote:

Can DMA be used?

— Reply to this email directly, view it on GitHub https://github.com/zapta/pio_tft/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQVMQNFQNEWROGYGLOYPI3YEA6URAVCNFSM6AAAAAA7HWTZLWVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE4DSMRRHE2TINI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

zapta avatar Nov 12 '23 16:11 zapta

What do you want to do? Fast display on a parallel interface TFT from an

RP2040 using DMA?

If so, I have a working project that does exactly that, it uses DMA and PIO.

https://github.com/zapta/simple_stepper_motor_analyzer/blob/main/platformio/src/display/tft_driver.cpp

You can also see a demo of this technique here

https://twitter.com/DustinWattsNL/status/1430049782379294738

On Sat, Nov 11, 2023 at 7:26 PM fu709691151 @.***>

wrote:

Can DMA be used?

Reply to this email directly, view it on GitHub

https://github.com/zapta/pio_tft/issues/2, or unsubscribe

https://github.com/notifications/unsubscribe-auth/AAQVMQNFQNEWROGYGLOYPI3YEA6URAVCNFSM6AAAAAA7HWTZLWVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE4DSMRRHE2TINI

.

You are receiving this because you are subscribed to this thread.Message

ID: @.***>

alright, thank you very much

fu709691151 avatar Nov 15 '23 06:11 fu709691151