Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TFT_eSPI
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
TFT_eSPI
Commits
5ff4c2f1
Commit
5ff4c2f1
authored
Feb 04, 2023
by
Bodmer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add #1970 update
parent
479bff49
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Processors/TFT_eSPI_STM32.c
Processors/TFT_eSPI_STM32.c
+2
-0
No files found.
Processors/TFT_eSPI_STM32.c
View file @
5ff4c2f1
...
...
@@ -598,6 +598,8 @@ bool TFT_eSPI::initDMA(bool ctrl_cs)
HAL_NVIC_EnableIRQ
(
DMA2_Stream3_IRQn
);
// Enable DMA end interrupt handler
#elif (TFT_SPI_PORT == 2)
HAL_NVIC_EnableIRQ
(
DMA1_Stream4_IRQn
);
// Enable DMA end interrupt handler
#elif (TFT_SPI_PORT == 3)
HAL_NVIC_EnableIRQ
(
DMA1_Stream5_IRQn
);
#endif
__HAL_LINKDMA
(
&
spiHal
,
hdmatx
,
dmaHal
);
// Attach DMA engine to SPI peripheral
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment