i2c Pins
Hi,
just a question regarding the I2C pins. The MCP23017 is already implemented, why not implement the SPI version 23S17?
It would be much quicker for reading keys and encoders.
using the Adresses it would be possible to use 8 of these chips with one chipselect pin.
Would make sense for the people using mega 644 /1284 to shift simple on/off functions away from the microcontroller.
Display drive should also be possible for the 8 Bit parallel Displays , i found a basic Lib here working for I2C AND SPI:
http://www.gammon.com.au/forum/?id=10940
this Lib works fine with KS0108 and is very easy to modify( i use it for SED1520 )
Have you any plans in this direction?
just a question regarding the I2C pins. The MCP23017 is already implemented, why not implement the SPI version 23S17?
It would be much quicker for reading keys and encoders.
using the Adresses it would be possible to use 8 of these chips with one chipselect pin.
Would make sense for the people using mega 644 /1284 to shift simple on/off functions away from the microcontroller.
Display drive should also be possible for the 8 Bit parallel Displays , i found a basic Lib here working for I2C AND SPI:
http://www.gammon.com.au/forum/?id=10940
this Lib works fine with KS0108 and is very easy to modify( i use it for SED1520 )
Have you any plans in this direction?
Comments
device addressed to the people working with GEN7 or other Boards with few I/O Pins.
As I´m coming from the hardware side I´m not shure if my programming knowledge is good enough to implement, but i will try to make it.I´m looking at this just from a sporting aspect not really from a need to have it.