Hi,
I bought a HPDL1414 display, which easily can be put directly 1:1 onto a Arduino Pro Micro. The result is a nice compact "package".
Not-so-nice sideeffect is: The pins of hw I2C bus is used for simple GPIO tasks to drive the display.
Since I want to add an RTC DS3231 to this setup I now need to bitbang I2C somehow.
Is there known a bitbang capable DS3231 library or another setup to combine an DS3231 library
with another bitbanging library somehow?
The HPDL1414 library is the one, which is offered when searching of "HPDL1414" in the library manager. Use the one which exclusively is for this display and nothing else.
As said: I stacked the HPDL1414 display directly onto the Arduino Pro Micro - it fits 1:1.
To be able to do so and getting such a compact package this way was the reason to order
the display. Sideeffect (as described in my initial post) is the usage of the hw I2C pins for ordinary
GPIO purposes.
Therefore I need a bitbanging I2C lib, which can be used in conjunction with a DS3231 lib or
I need a DS3231 capable of bitbanging I2C itsself.