forked from zephyrproject-rtos/zephyr
-
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.
drivers: display: ili9340: code cleanup
Multiple enhancements towards better code readability and consistency: - sorted headers - define and reference magic constants - adjust some names - add U suffix to unsigned constants - move hw reset to a function - remove non-needed initialization code from seeed tft Signed-off-by: Gerard Marull-Paretas <[email protected]>
- Loading branch information
1 parent
2d4ec8f
commit b406527
Showing
3 changed files
with
83 additions
and
73 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
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