lexus2k / lcdgfx

Driver for LCD displays running on Arduino/Avr/ESP32/Linux (including Rasperry) platforms
MIT License
377 stars 52 forks source link

How to use DisplaySSD1306_128x32_CustomI2C #45

Closed dansleboby closed 3 years ago

dansleboby commented 3 years ago

Hi I don't have access to standard I2C pin how I can use a custom one?

Thanks

lexus2k commented 3 years ago

Hi, There is no ready to use example for custom I2c, but there is an example CustomSPI. You can use it as base for i2c development

Best regards

lexus2k commented 3 years ago

Hi, did you figure out how to use CustomI2C?

I don't have access to standard I2C pin how I can use a custom one?

if you still have the problem, you need to provide more information on hardware platform, schematics of your setup, the code example. Not all pins can be used for i2c communication.

Best regards