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
6cf42ff9
Unverified
Commit
6cf42ff9
authored
Feb 26, 2023
by
Dracir
Committed by
GitHub
Feb 26, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add option to disable warnings in esp-idf (#2449)
parent
bee1d41f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
Kconfig
Kconfig
+6
-0
TFT_config.h
TFT_config.h
+9
-1
No files found.
Kconfig
View file @
6cf42ff9
...
@@ -398,4 +398,10 @@ menu "TFT_eSPI"
...
@@ -398,4 +398,10 @@ menu "TFT_eSPI"
endif
endif
endmenu
endmenu
menu "Other settings"
config DISABLE_WARNINGS
bool "Disable Library warnings"
default n
endmenu
endmenu
endmenu
TFT_config.h
View file @
6cf42ff9
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
* @author Ricard Bitriá Ribes (https://github.com/dracir9)
* @author Ricard Bitriá Ribes (https://github.com/dracir9)
* Created Date: 22-01-2022
* Created Date: 22-01-2022
* -----
* -----
* Last Modified: 2
0
-02-2023
* Last Modified: 2
5
-02-2023
* Modified By: Ricard Bitriá Ribes
* Modified By: Ricard Bitriá Ribes
* -----
* -----
* @copyright (c) 2022 Ricard Bitriá Ribes
* @copyright (c) 2022 Ricard Bitriá Ribes
...
@@ -307,4 +307,12 @@
...
@@ -307,4 +307,12 @@
#define SPI_TOUCH_FREQUENCY CONFIG_SPI_TOUCH_FREQUENCY
#define SPI_TOUCH_FREQUENCY CONFIG_SPI_TOUCH_FREQUENCY
#endif
#endif
/***************************************************************************************
** Section 6: Others
***************************************************************************************/
#ifdef CONFIG_DISABLE_WARNINGS
#define DISABLE_ALL_LIBRARY_WARNINGS
#endif
#endif // TFT_CONFIG_H
#endif // TFT_CONFIG_H
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