Can this display's address be changed? [migrated]

I need two displays hooked up to an Arduino MKR Wifi 1010, and I saw this video which shows how to do it: this video. I also would like to have a full color oled display about 1 inch big so I would like to use this display. But I don't believe that you can change the address and would not like to buy it until I find out if you can.

Thanks in advance.


There are two different OLED screens in the links you shared.

1. OLED Display on Adafruit Link

The OLED display on the Adafruit link does not have an address as it communicates via the SPI interface.

2. OLED Display on YouTube Link

This OLED display communicates via I2C interface. OLED displays that communicate over the I2C interface have a slave address. This provides the possibility to connect devices with different slave addresses on the same I2C line. The address of this screen can only take two different values. If you solder the 0 Ω resistor to the left field, its address will be 0x7A; if you solder the 0 Ω resistor to the right field, its address will be 0x78.


Suggestions

This OLED display with 0.96" screen size communicates via I2C interface and its address can be changed. If a 0 Ω resistor is connected to the A0 pad, the I2C slave address of the OLED display will be 0x3D; otherwise the I2C slave address of the OLED display will be 0x3C.

enter image description here