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?
OLED.init query
- cicciocb
- Site Admin
- Posts: 2781
- Joined: Mon Feb 03, 2020 1:15 pm
- Location: Toulouse
- Has thanked: 592 times
- Been thanked: 1990 times
- Contact:
Re: OLED.init query
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)
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)