Daisy Field LED keyboard

Hey, a couple of questions about daisy field LEDs.

If I call hw.led_driver_.SetLed(DaisyField::LED_KEY_A8, x); it’s lighting up LED A 1 to that brightness. Is there a connector reversed in my field or a bug in the mapping in daisy_field.h?

One other strange thing I noticed. hw.led_driver_.SwapBuffersAndTransmit() doesn’t work for me unless I update the display first.

    hw.display.Update(); // I have no idea why but this is needed to make LEDs go.
    hw.led_driver_.SwapBuffersAndTransmit();

Awesome hardware by the way. I’m looking forward to getting mine to make some sound.

Have you run the example programs?

Yes. The keyboard test sounded great. Nice reverb.