Replies: 1 comment
-
The source code looks fine. It might be a good idea to check the waveform using a logic analyzer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to interface an OLED display with an Arduino Nano through the TinyGo library. I've managed to flash the code below to my Nano multiple times however there isn't any response through the OLED display.
I'm certain I've setup the wiring correctly as I run some code through the Arduino IDE and the OLED display works as expected with the same wiring.
It would be great if anyone can help with this - I've researched various websites and I believe this could just be a configuration issue with TinyGo's SSD1306 module but I'm not sure about the fix.
My current code:
I'm also using the Arduino Nano ATmega328P. I've tested the other pins with external LEDs and I'm certain they are working as well.
Beta Was this translation helpful? Give feedback.
All reactions