lexus2k / ssd1306

Driver for SSD1306, SSD1331, SSD1351, IL9163, ILI9341, ST7735, PCD8544, Nokia 5110 displays running on Arduino/ESP32/Linux (Rasperry) platforms
MIT License
655 stars 125 forks source link

Pins #99

Closed moo06 closed 4 years ago

moo06 commented 4 years ago

Hi, Is there any way to change the pin outputs for the OLED. I'm making a game console for a school project and need to use the one of the pins that the OLED uses. Some OLED libraries used pins 5 and 7 but they are also not as good as this one.

Thanks, Merle

lexus2k commented 4 years ago

Hi, It depends on platform, you're using in your project? Could you please send me IDE, you're using and micro-controller name? https://lexus2k.github.io/ssd1306/structssd1306__platform__i2c_config__t.html : ssd1306_platform_i2cConfig_t allows to choose pin numbers

moo06 commented 4 years ago

Hi, I got it to work, thank you so much. I also have another question which ill ask on a separate issue.

Thanks