2024-05-23 04:00 AM
Hello everyone,
I bought this Oled, can I use the SCK pin to connect I2C, or must I connect SPI?
Many thank.
Solved! Go to Solution.
2024-05-23 04:24 AM - edited 2024-05-23 04:26 AM
Hi,
Its a ssd1306, 128x64 pix , on I2C.
+
I used the u8g lib for it, look on git.
https://github.com/olikraus/u8glib
or look here:
https://tenbaht.github.io/sduino/api/Mini_SSD1306/
2024-05-23 04:19 AM
It needs to be connected via I2C. Get the doci to that part and read it.
2024-05-23 04:24 AM - edited 2024-05-23 04:26 AM
Hi,
Its a ssd1306, 128x64 pix , on I2C.
+
I used the u8g lib for it, look on git.
https://github.com/olikraus/u8glib
or look here:
https://tenbaht.github.io/sduino/api/Mini_SSD1306/