electro-smith / libDaisy

Hardware Library for the Daisy Audio Platform
https://www.electro-smith.com/daisy
MIT License
312 stars 131 forks source link

Support PCF8574 I2C port expanders #600

Open dromer opened 6 months ago

dromer commented 6 months ago

Commonly used for adding additional digital i/o pins to Arduino projects.

Particularly the well known HD44780 to I2C adapters make use of these. Thus I'm especially hoping we could then also simply assign these pins when using the HD44780 library, instead of having to use the onboard pins of the Daisy.

takumi-ogata commented 6 months ago

Thank you for this feature request, dreamer!