malachi-iot / ugfx-drivers

framework-abstracted uGFX drivers
MIT License
3 stars 1 forks source link

SSD1306 I2C: Need to properly acquire bus #1

Closed malachib closed 7 years ago

malachib commented 7 years ago

Right now we don't try to stop other bus masters from claiming SSD1306 (we set STOP condition after each command). This is not what uGFX intends and could fail during multimaster cases

malachib commented 7 years ago

Working on SSD1306_REPEAT_START feature for this, almost ready