OLED.init query

Place where find documentation
Post Reply
bugs
Posts: 142
Joined: Mon Feb 08, 2021 10:10 pm
Location: Scotland
Has thanked: 44 times
Been thanked: 50 times

OLED.init query

Post by bugs »

Probably me but - I can't find, in the help, what the second "1" was for in the command "OLED.INIT 1, 1" which I have used in a program previously.

Experimenting with a standard OLED 128x64 with SSD1306, the second 1 caused part of the "Hello World" to run over to the next line/row.
Was it for a different driver chip?
User avatar
cicciocb
Site Admin
Posts: 1899
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 407 times
Been thanked: 1269 times
Contact:

Re: OLED.init query

Post by cicciocb »

Hi Bugs,
the 2nd "1" is for another chipset


from the help :
In case of the display SH1106, the command is
OLED.INIT orientation, 1 'init with a given orientation (0 = normal, 1 = upside-down)
Post Reply