(deleted)
Can anyone take a look at the test code and advise what I am doing wrong?
This request doesn’t make too much sense. You said it works and then you ask what you are doing wrong.
What code do you want people to look at?
Post the code using code tags. Say what the code does and say what you want it to do.
(deleted)
Hi tvr4,
somehow to me there seems to be a contradiction:
You wrote
I ran the Adafruit example ssd1306_128x64_spi and it worked fine
then you wrote
Can anyone take a look at the test code and advise what I am doing wrong?
So which case is true? Did the demo-code work fine or not?
Did it work on an arduino UNo but not on your Arduino nano?
Maybe you have written some code on your own. If this is the case you should post your code as a code-section by using the button with the "<|>" -sign
best regards Stefan
(deleted)
(deleted)
Don't use the Quick-Reply text-window. click on the REPLY-button.
Then a menu appears the most left button is the <|> button.
Alternatively you can write [ c o d e ] this will be formatted as code [ / c o d e ]
this will be formatted as code
but without the spaces between each character
Like this [code]your code goes here[/code]
what the heck did you do with your line that is not transformed into a code-section?
just looked it up in another test-editor... ahh!! leading double-minus leading minus
[--code] your code goes here [-/code]
Test
[code] your code goes here [/code]
testcode
Ok so now you understand it go back to your post and put your code into code tags like I asked you to in reply #1.
(deleted)
(deleted)
display.begin()
Not sure what it does but the display will not work without it.
Surely the clue is in the name