Skip to content

Commit

Permalink
Slightly tweaked the local code and also discovered a fix for a probl…
Browse files Browse the repository at this point in the history
…em I was having using a Pi3B+ at: rpi-ws281x/rpi-ws281x-java#11
  • Loading branch information
Tom-The-Geek committed Nov 9, 2019
1 parent 1edf6f1 commit 7b29cd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
package me.geek.tom.NeoPixelRemoteServer;

@SuppressWarnings("WeakerAccess")
public class PixelSettings {
public static final int NUM_PIXELS = 150;
public static final int NUM_PIXELS = 240;
public static final int LED_PIN = 18;
public static final int LED_DMA = 10;
public static final int LED_BRIGHTNESS = 128;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public void setPos(int pos) {
private int pos;

// For how long can this particle exist?
private int decayTime = 10000;
private int decayTime = 20000;

private int age;

Expand Down

0 comments on commit 7b29cd9

Please sign in to comment.