I2c segmented display?

Has anyone had any luck implementing one of these i2c segmented displays on a Daisy seed? If so, is anyone able to point me in the right direction to any examples or tutorials that may be helpful? Thanks!!

Hi jfat,

Are you using .cpp or another language? The easiest way to get I2C components working with the Daisy is with DaisyDuino. If a library made for a specific I2C component is compatible with the STM32 board, it’ll work smoothly with the Daisy.
If you’re using .cpp, you would have to port a library like that for it.

Ah, yes I figured I’d have to do something like that. Using cpp over here. There are lots of Arduino libraries available for these types of screens, so I’ll have to take a look. First stop, see if it’s even compatible…

Thanks!

1 Like