Neotrellis RGB driver and delay()

Breakout boards, sensors, other Adafruit kits, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
ICortez27
 
Posts: 13
Joined: Thu Aug 05, 2021 11:25 pm

Neotrellis RGB driver and delay()

Post by ICortez27 »

Hi,
I’m looking at using the Adafruit NeoTrellis RGB Driver PCB for 4x4 Keypad to replace the AW9534 I’m using for my sequencer project. Looking at the example codes, I’ve notice that there’s always a delay in the loop which is not something I want for my sequencer. Is there a way around it or is it mandatory?

Code: Select all

 void loop() {
  trellis.read();
  delay(20);
}
Thank you

User avatar
dastels
 
Posts: 15662
Joined: Tue Oct 20, 2015 3:22 pm

Re: Neotrellis RGB driver and delay()

Post by dastels »

If you're doing other stuff in the loop you should be ok.

Dave

User avatar
ICortez27
 
Posts: 13
Joined: Thu Aug 05, 2021 11:25 pm

Re: Neotrellis RGB driver and delay()

Post by ICortez27 »

I do a lot :)
Thank you

Locked
Please be positive and constructive with your questions and comments.

Return to “Other Products from Adafruit”