Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
itii-mac-tp-etu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mikaël BRIDAY
itii-mac-tp-etu
Commits
140c0fdd
Commit
140c0fdd
authored
Oct 06, 2020
by
Mikaël BRIDAY
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'briday-m-master-patch-96146' into 'master'
Update doc/tft.md See merge request
!1
parents
e5637bd0
5bc07880
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
doc/tft.md
doc/tft.md
+2
-6
No files found.
doc/tft.md
View file @
140c0fdd
...
...
@@ -21,13 +21,9 @@ A driver for the TFT display is provided, based on the Adafruit libraries [Adafr
### Compilation
As the 2 libraries require a lot files/memory, the Makefile can be configured to compile these files or not:
By default, the libraries are not compiled in, you can add them with
a command line parameter
:
By default, the libraries are not compiled in, you can add them with
the following line into the
`CMakeList.txt`
cmake file
:
```
sh
make
USE_TFT
=
1
```
or by modifying the Makefile (replace the 0 by 1):
```
USE_TFT=0 #set to 1 to compile tft related files
option
(
WITH_TFT
"add compilation rules for the TFT support"
ON
)
```
**NOTE**
The library is written in C++, and should be called from C++ files only. Your main file should be renamed
`main.cpp`
for instance.
...
...
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