Page 1 of 1

MAKER Pi Pico add SSD1306 to installed demo code.py

PostPosted: Wed Apr 07, 2021 10:37 pm
by Tonygo
I've just received this great board and have run the installed demo CircuitPython code.
I notice references to the SSD1306 display in the code.

I have an SSD1306 (128x64) and would like to activate it while running this program. The setup appears to have been left out. The library is imported but the device is not initialised.
What extra lines do I need to activate it?
Which pins do I attach it to?

I've had the SSD1306 working with a bare Pico with both CircuitPython and MicroPython on GP0 & GP1 and GP8 & GP9, but not via a Grove port.

Re: MAKER Pi Pico add SSD1306 to installed demo code.py

PostPosted: Fri Apr 09, 2021 9:44 am
by bhavithiran
Hi,
We are using Grove - OLED Display 0.96 inch - SSD1315 - https://my.cytron.io/p-grove-oled-displ ... ch-ssd1315
Connected to GP6 and GP7 grove port.
GP6 - SDA
GP7 - SCL

Thanks