I could simply use a serial LCD. However, since b4r lacks library wrappers for most sensors, I will have to interface directly with many sensors I will use, and thus, this problem will be repetitively encountered if I wish to use any I2C based libraries in conjunction with rWire based code.
I hoping not to have to directly interface with modules for which there are already libraries, nor write my own libraries in C if I can avoid it.
Is there any way to make a rwire master play nicely with an I2C library's master, or am I simply doomed?