Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TFTLCDSCREEN Pong_ILI9163C
Fork of TFT_ILI9163C by
Diff: TFT_ILI9163C.cpp
- Revision:
- 5:836673938ba7
- Parent:
- 3:254e799c24ca
- Child:
- 6:83f3605478ab
--- a/TFT_ILI9163C.cpp Mon Jan 26 12:37:03 2015 +0000 +++ b/TFT_ILI9163C.cpp Tue Jan 27 06:23:31 2015 +0000 @@ -64,7 +64,7 @@ hdma.Init.MemDataAlignment = DMA_MDATAALIGN_HALFWORD; hdma.Init.Mode = DMA_NORMAL; hdma.Init.Priority = DMA_PRIORITY_MEDIUM; - hdma.Init.FIFOMode = DMA_FIFOMODE_DISABLE; + hdma.Init.FIFOMode = DMA_FIFOMODE_ENABLE; hdma.Init.FIFOThreshold = DMA_FIFO_THRESHOLD_HALFFULL; hdma.Init.MemBurst = DMA_MBURST_SINGLE; hdma.Init.PeriphBurst = DMA_PBURST_SINGLE;