Adafruit SHARP Memory Display Breakout - 1.3 168x144 Monochrome

Does anyone know if there would be any issues using this display:

Adafruit SHARP Memory Display Breakout - 1.3 168x144 Monochrome

With a Particle Photon? Do you know what Libraries to use for it?

Thanks,

The Photon and the display are hardware compatible, both 3.3V devices, and both support the IIC/I2C interface.

The libraries required are shown in the Adafruit documentation for the display, both for the Arduino C++ interface, and for circuit Python.

Basically, the Adafruit GFX library, and the display specific driver. Links are in the documentation for the display.

The GFX library is probably already in the Particle libraries, but can’t say for the display driver library.