08-23-2019, 11:31 AM
Came back to comment that I finally found the right channels for OMX and this driver to play nice!
All I did differently on my cmake, was change:
"DDMA_TX_CHANNEL=1" to "-DDMA_TX_CHANNEL=7",
with a new cmake looking like the following:
-DARMV8A=ON -DFREEPLAYTECH_WAVESHARE32B=ON -DSPI_BUS_CLOCK_DIVISOR=6 -DDISPLAY_BREAK_ASPECT_RATIO_WHEN_SCALING=ON -DUSE_DMA_TRANSFERS=ON -DDMA_TX_CHANNEL=7 -DDMA_RX_CHANNEL=5 -DSTATISTICS=0 ..
I now have video splashes, video screensavers, and gamelist videos working on the ili9341 driver, with OMX enabled on video playback!
All I did differently on my cmake, was change:
"DDMA_TX_CHANNEL=1" to "-DDMA_TX_CHANNEL=7",
with a new cmake looking like the following:
-DARMV8A=ON -DFREEPLAYTECH_WAVESHARE32B=ON -DSPI_BUS_CLOCK_DIVISOR=6 -DDISPLAY_BREAK_ASPECT_RATIO_WHEN_SCALING=ON -DUSE_DMA_TRANSFERS=ON -DDMA_TX_CHANNEL=7 -DDMA_RX_CHANNEL=5 -DSTATISTICS=0 ..
I now have video splashes, video screensavers, and gamelist videos working on the ili9341 driver, with OMX enabled on video playback!