Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SSD1306 not working at same time as pcf8574
#8
for the correct operation of the display using the U8G2 library and the I/O module using the PCF8574 library. It is necessary to specify the operating time of the 100 kilohertz bus before initializing the U8G2 .
u8g2.setBusClock(100000);
u8g2.setI2CAddress(0x3C*2);
then there shouldn't be any problems.
I hope my experience will help someone in the future!
thanks for the attention!
Reply


Messages In This Thread
RE: SSD1306 not working at same time as pcf8574 - by DanilaZepe - 02-26-2026, 04:14 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)