lexus2k / ssd1306

Driver for SSD1306, SSD1331, SSD1351, IL9163, ILI9341, ST7735, PCD8544, Nokia 5110 displays running on Arduino/ESP32/Linux (Rasperry) platforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pins

moo06 opened this issue · comments

commented

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

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

commented

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

Thanks