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'm working on a project that uses this library to drive a display. The new revision of the board added a power monitor (INA219), but I've been having a hell of a time integrating the two.
The most common error I'm getting is [E][Wire.cpp:526] write(): NULL TX buffer pointer. I'm using the Adafruit INA219 Arduino library.
Is there something fundamental to the u8g2 project that prevents sharing of the I2C bus?
Is there an example project that uses the I2C bus for the both the display and another device?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I'm working on a project that uses this library to drive a display. The new revision of the board added a power monitor (INA219), but I've been having a hell of a time integrating the two.
The most common error I'm getting is
[E][Wire.cpp:526] write(): NULL TX buffer pointer
. I'm using the Adafruit INA219 Arduino library.Is there something fundamental to the u8g2 project that prevents sharing of the I2C bus?
Is there an example project that uses the I2C bus for the both the display and another device?
Thanks in advance!
The text was updated successfully, but these errors were encountered: