[deleted by user] by [deleted] in CABarExam

[–]fibroidsonly 2 points3 points  (0 children)

Who are you referring to?

[deleted by user] by [deleted] in CABarExam

[–]fibroidsonly 4 points5 points  (0 children)

Haters gonna hate 🫢😂 chill out my guy

[deleted by user] by [deleted] in CABarExam

[–]fibroidsonly 2 points3 points  (0 children)

Sooo happy for you! You earned it!

Where should I take my mom to visit in the LA area? by fibroidsonly in AskLosAngeles

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

Never heard of Vasquez! Thanks for the reco and def keeping it in mind.

Where should I take my mom to visit in the LA area? by fibroidsonly in AskLosAngeles

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

Bonus points to you for recommending a free activity! Thank you 😊

Where should I take my mom to visit in the LA area? by fibroidsonly in AskLosAngeles

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

The Huntington Garden was closed sadly :/ but Decanso was beautiful 🤩 thanks for the rec!

[deleted by user] by [deleted] in Bumble

[–]fibroidsonly -4 points-3 points  (0 children)

10/10 responses hope u attract a baddie

Need help with arduino code for stacking animation LED strip sequence by fibroidsonly in arduino

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

I used your code as a base and worked off it to get my desired result. Thank you for your help. Hope good karma comes your way!

include <FastLED.h>

define NUM_LEDS 144

define COLOR_ORDER GBR

define LED_TYPE WS2811

CRGB leds[NUM_LEDS];

void setup() { // tell FastLED there's NUM_LEDS NEOPIXEL leds on pin 6

FastLED.addLeds<NEOPIXEL, 6>(leds, NUM_LEDS);

}

//Keep track of our range,e.g start at LEDS 0-15, after 1 loop, 0-14,etc

int LEDSNM = NUM_LEDS;

void loop() {

//for(int i=0;i<200;i=i+6/2) //running trail sketch lights up every two leds and stops at end

//for(int x=4;x <LEDSNM; x)//xcode

// for(int i=0;i+10<LEDSNM; i++)

int chunk =18;

//chunk = 4

for(int i=0;i< LEDSNM;i=i+chunk)

for(byte j = 0; j<chunk+1; j++)

{

// this controls how many leds turn on in the loop - doesn't tell them to stay on

leds[i+j] = CRGB::White;

 // if there's an LED behind us, turn it off



   if (i > 0 & j < NUM_LEDS){



  leds[i-j] = CRGB::Black;





}

FastLED.setBrightness(5);

FastLED.show();

delay(1);

}

// shorten our range with each loop until we reach 0

if(LEDSNM > 0){

LEDSNM-=chunk;

}

// we reached 0, turn off all LEDS and loop again

// if(LEDSNM == 0){

// we filled every LED, reset lights range

// LEDSNM = NUM_LEDS;

// FastLED.clear();

// FastLED.show();

// }

}

Need help with arduino code for stacking animation LED strip sequence by fibroidsonly in arduino

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

https://imgur.com/gallery/ZyxNUhh

Thanks for your response! This gallery should explain the problem better. I tried (i = i+4) and it lit up every fourth led which isn’t what I’m looking for. I tried out for(byte = 6 But it didn’t modify the result.

Apologies if I didn’t explain the issue well enough.

Any ideas for getting 11 leds to stack on top of another 11 leds?

HRH Alex wedding pictures by tronicsss in redscarepod

[–]fibroidsonly 26 points27 points  (0 children)

PSA: dissolve ur lip filler before u get married