You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have esp01 which have limited pins
but i2c pins is there
so i was thinking what if using PCF8574?
it expand the GPIO pins
and make PCD8544 to run behind PCF8574
woud it possible?
i have been searching PCD8544 lib but mostly using SPI connection
The text was updated successfully, but these errors were encountered:
If you could bit-bang SPI over an IO expander, then sure, could be possible. I've never tried it.
Refresh rate is going be be very slow compared to SPI. Like >20x slower.
Otherwise, theres I2C to SPI bridge chips, such as SC18IS606. Again, it's going to be slow, but should be achievable.
i have esp01 which have limited pins
but i2c pins is there
so i was thinking what if using PCF8574?
it expand the GPIO pins
and make PCD8544 to run behind PCF8574
woud it possible?
i have been searching PCD8544 lib but mostly using SPI connection
The text was updated successfully, but these errors were encountered: