1. Locate SDA and SCL pins for your board:
http://www.arduino.cc/en/Reference/Wire2. Locate SDA and SCL pins for your display (see ebay link)
3. Connect display with board
4. Find and install a library which supports the SSD1306 OLED (u8glib might work)
Oliver
Thanks on answer, I will try, and if some problem occur I will post here!
EDIT:
Does anyone have some sample code of connecting this lcd using I2C?
I found the adafruit one, but in that code is mentioned reset pin of oled, but my lcd have only 4 wires.