-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shuffle TFT init code around, remove SPI mutex
Re-reading the docs for the Titano show that it exclusively uses a parallel connection for the TFT. Removed SPI mutex around Wifi/TFT calls. Shifted TFT init code into FreeRTOS task as it would not update the display with the init and update code split between pre- and post- FreeRTOS initialisation.
- Loading branch information
1 parent
14c6e2d
commit a95ce17
Showing
2 changed files
with
75 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters