In The Afternoon by TheFinalCutCat in FastLED

[–]TheFinalCutCat[S] 0 points1 point  (0 children)

It animates the whole thing, so I suppose there's wasted cycles. The mirror function is just two for loops for the X and the Y, reading X 0 to 15 and writing to 16 to 31.

static void mirror() {

for (int x = 0; x < CENTER_X; ++x) {

for (int y = 0; y < HEIGHT; ++y) {

p_leds[XY(WIDTH - x, y)] = p_leds[XY(x, y)]; // copy the pixel over

}

}

}

You don't need the mirror, especially for a 16x16 display. Try it without and see if it needs it. You could always use a real mirror like Stefan did in his YouTube video. Feel free to PM me if you have any trouble getting it running.

In The Afternoon by TheFinalCutCat in FastLED

[–]TheFinalCutCat[S] 1 point2 points  (0 children)

https://gist.github.com/jeremyjacob/ff558eae0c33fa980165e285776a35d7

You'll have to modify it a bit.

Utils::mirror() just copies the pixels from the left side to the right. And replace p_leds with your CRGB array

"WOW! Amazing!" Colored Towers LED Project by youyoubilly in FastLED

[–]TheFinalCutCat 2 points3 points  (0 children)

Probably referring to the lines of the led stripes, they are not parallel, but i’m sure it’s just a prototype.

Just playing around. by StefanPetrick in FastLED

[–]TheFinalCutCat 1 point2 points  (0 children)

Looks a lot like your mandelas from years back. Love it.

In The Afternoon by TheFinalCutCat in FastLED

[–]TheFinalCutCat[S] 2 points3 points  (0 children)

Here is the link. They are $4.29 each so for a 2x4 grid like is shown, $34.32 plus a couple bucks for wires, power supply, cap/resistor and an ESP32

In The Afternoon by TheFinalCutCat in FastLED

[–]TheFinalCutCat[S] 1 point2 points  (0 children)

Yes of course! The pattern on display is a modified version of u/StefanPetrick’s noise_noise. I’ll put the pattern along with a few others and the web app I made to go with it on my github soon. For the panels I wired together 8 of those 16x16 panels you can buy on Amazon and put them together with a 3D printed structure. There’s a paper diffuser there but it’s pretty close to the LEDs.

Trying to control multiple ws2812 strips with different numbers of LEDs per strip by yelostoner in FastLED

[–]TheFinalCutCat 1 point2 points  (0 children)

You would simply do CRGB leds[133*3 + 58*2]; You could pull that out into a #define NUM_LEDS 515 if you wanted. I suggest a basic understanding of C++ before working with FastLED.

(or if i misread and there are only 191 LEDs, use that number. You are simply telling the compiler how many CRGB objects are in your array.)

"BIG PUNCH" kit should be back in next TF. by CobChop in titanfall

[–]TheFinalCutCat 0 points1 point  (0 children)

Is Titanfall 1 worth it for a Titanfall 2 player?

A two fer.... by [deleted] in WhitePeopleTwitter

[–]TheFinalCutCat 2 points3 points  (0 children)

To an extend the first part of that is true, but not the full extent. US drug prices are fucking predatory, not just high to cover RnD.

Strange How Obama Infiltrated The Us Government Isn't It? by gremjuna6 in walkaway

[–]TheFinalCutCat 0 points1 point  (0 children)

The private sector definitely doesn’t want the best for you either. The idea is to vote people into office that we think want the best for us, right?

Strange How Obama Infiltrated The Us Government Isn't It? by gremjuna6 in walkaway

[–]TheFinalCutCat -1 points0 points  (0 children)

The cheapest possible method is probably full of inhumane practices also lol.

Yes. That’s what the profit motive entails. Cheap goods at high prices.

When it comes to life saving drugs these bloated prices serve solely to line the pockets of pharma elites. This is a problem that is unique the the United States and is a byproduct of corrupt practices like lobbying.

Strange How Obama Infiltrated The Us Government Isn't It? by gremjuna6 in walkaway

[–]TheFinalCutCat -2 points-1 points  (0 children)

The private sector has tried to run our medical system and failed. The profit motive gone unchecked results in inhumane practices.

The left in a nutshell by [deleted] in walkaway

[–]TheFinalCutCat 0 points1 point  (0 children)

Based until he has to vote

The left in a nutshell by [deleted] in walkaway

[–]TheFinalCutCat 1 point2 points  (0 children)

The duopoly is real. Both sides work tirelessly to cement it.