Install Adafruit Python SSD1306 library on the AIY Vision Kit to use this demo.
sudo python -m pip install --upgrade pip setuptools wheel
git clone https://github.com/adafruit/Adafruit_Python_SSD1306.git
cd Adafruit_Python_SSD1306
sudo python setup.py install
Connect an I2C OLED display 128x64 or 128x32 pixel to the available I2C bus on the AIY Vision Kit:
Read more about this hack here
Written by Oscar Merlos adapted from the examples contained in Google's AIY Vision kit.