With this display, you can display way more shapes than you can using LCD display. The display uses the OLED technology to display shapes that you send by your Arduino using I2C. The OLED (Organic Light-Emitting Diode) is a self light-emitting technology composed of a thin, multi-layered organic film placed between an anode and cathode. In contrast to LCD technology, OLED does not require a backlight, which means that you can save a lot of power with this module.
The Arduino library for this OLED screen: Adafruit_SH1106
The ESP32 lubrary for this OLED screen: Adafruit_SH1106_ESP32