WPro58 icon indicating copy to clipboard operation
WPro58 copied to clipboard

Display lib rewrite - use DMA.

Open piodabro opened this issue 7 years ago • 3 comments

The display lib is based on Adafruit Arduino library. It uses synchronous I2C. It should be rewrited to use DMA.

piodabro avatar Dec 20 '17 11:12 piodabro

Done paritally by conkerkh in #26

It needs some more work on nonblocking display calls. Implement double buffering?

piodabro avatar Mar 21 '18 09:03 piodabro

Hi, isn't that issue solved in v0.9?

Daniel-1276 avatar Jun 29 '18 15:06 Daniel-1276

Hi, it has been solved partially. It still needs some work to make display lib fully DMA dependent. Now only image memory is written via DMA, commands are sent synchronously. Lib need a rewrite to make it working more asynchronously using DMA and DMA interrupts.

piodabro avatar Jun 29 '18 20:06 piodabro