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
cd98515f
Commit
cd98515f
authored
Nov 14, 2020
by
Bodmer
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/Bodmer/TFT_eSPI
parents
de861902
54f6e730
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/DMA test/SpriteRotatingCube/SpriteRotatingCube.ino
examples/DMA test/SpriteRotatingCube/SpriteRotatingCube.ino
+1
-1
No files found.
examples/DMA test/SpriteRotatingCube/SpriteRotatingCube.ino
View file @
cd98515f
...
...
@@ -353,7 +353,7 @@ void drawCube()
uint32_t
computePrimeNumbers
(
int32_t
n
)
{
if
(
n
<
2
)
return
1
;
int32_t
i
,
fact
,
j
,
p
;
int32_t
i
,
fact
,
j
,
p
=
0
;
//Serial.print("\nPrime Numbers are: \n");
for
(
i
=
1
;
i
<=
n
;
i
++
)
...
...
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