Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fadecandy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
scanlime
Fadecandy
Commits
bfc743b2
Commit
bfc743b2
authored
11 years ago
by
Micah Elizabeth Scott
Browse files
Options
Downloads
Patches
Plain Diff
Smoother frames in triangle16_rings, using Fc's interpolation
parent
4892ec5d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/processing/triangle16_rings/triangle16_rings.pde
+5
-0
5 additions, 0 deletions
examples/processing/triangle16_rings/triangle16_rings.pde
with
5 additions
and
0 deletions
examples/processing/triangle16_rings/triangle16_rings.pde
+
5
−
0
View file @
bfc743b2
...
...
@@ -7,6 +7,11 @@ void setup()
int
zoom
=
4
;
size
(
20
*
zoom
,
20
*
zoom
);
// Slower more regular frame rate; Since we animate slowly, this can make the colors a little
// smoother since the Fadecandy board interpolates frames with 16-bit precision whereas our
// processing sketch only has 8-bit percision per channel.
frameRate
(
12
);
// Connect to the local instance of fcserver. You can change this line to connect to another computer's fcserver
opc
=
new
OPC
(
this
,
"127.0.0.1"
,
7890
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment