OLED 1.3" SSD1306


Author Message
asknik2022
Regular Member

Joined: 26/03/2022
Location: United Kingdom
Posts: 80
Posted: 04:03pm 21 Mar 2023      

This is all it says on page 44 about I2C SSD1306

OPTION LCDPANEL SSD1306I2C, OR [,offset]
Initialises a OLED display using the SSD1306 controller with an I2C interface. This supports 128 * 64 resolution.
An additional parameter offset may be specified to control the position of the display. 0.96" displays typically
need a value of 0. 1.3" displays typically need a value of 2. Default if omitted is 0.

I have converted the display from SPI to I2C so shouldn't I be using
OPTION LCDPANEL SSD1306I2C,L,2