Isaac Curtis

Results 5 issues of Isaac Curtis

Currently, only one strip can be used. However, with long lengths of WS2812, the framerate drops drastically. At 550 the maximum framerate is already just 60 fps. At 900 pixels,...

NeoPixelBus is an awesome library, and it is currently possible to create two different strip outputs using two different methods: ``` NeoPixelBus strip(STRIP0_LEDS); NeoPixelBus strip1(STRIP1_LEDS); ``` However, this makes it...

enhancement

The experimental code is capable of doing some neat things. Can we step this up to automatically trigger certain effects? Personally, I'd be really interested in an implementation of a...

I experienced clients on my local network being rerouted through the in-game proxy if ports are not forwarded. If ports are correctly forwarded, no connection is established. This can be...

The example file is no longer usable. With the latest master I'm getting: LoadError: indexing Images.Image{ColorTypes.BGRA{FixedPointNumbers.UFixed{UInt8,8}},2,Array{ColorTypes.BGRA{FixedPointNumbers.UFixed{UInt8,8}},2}} with types Tuple{Tuple{Int64,Int64}} is not supported while loading In[1], in expression starting on line...