Questions on ssd1306 i2c screens.

This is true for AVR architectures only:
u8g2.drawXBM() --> The bitmap must be in SRAM area, the declaration does not require the U8X8_PROGMEM attribute.
u8g2.drawXBMP() --> The bitmap must be in Flash ROM area, the declaration requires the U8X8_PROGMEM attribute.

Oliver