
I connected one LED between C0 and A0 of HT16K33 and turned it on.
Only 2.2mA flows through that LED. why?
I want to emit light at 20mA.
Connect 60 LEDs to HT16K33.
Only one of them lights up.
Code:
void setup() {
HT.begin(0x00);
HT.setLedNow(15); //The brightness is set to maximum.
HT.setLedNow(0);
}
Attachments
-
1.2 MB Views: 10