Page 1 of 1

OLED.init query

Posted: Sun Jul 11, 2021 3:21 pm
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?

Re: OLED.init query

Posted: Tue Jul 13, 2021 11:52 am
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)