oled=adafruit_ssd1306.SSD1306_I2C(128,64,i2c,addr=0x3d,reset=RESET_PIN) # Clear display. oled.fill(0) oled.show() # Open, resize, and convert image to Black and White image=Image.open(sys.argv[1]).resize((oled.width,oled.height),Image.BICUBIC).convert('1') ...
DisplayIO driver for SSD1306 monochrome displays. DisplayIO drivers enable terminal output For the framebuf based driver seeAdafruit CircuitPython SSD1306. Dependencies This driver depends on: Adafruit CircuitPython Please ensure all dependencies are available on the CircuitPython filesystem. This is easily...
ssd1306_stats.py .gitignore .pre-commit-config.yaml .pylintrc .readthedocs.yaml CODE_OF_CONDUCT.md LICENSE README.rst README.rst.license adafruit_ssd1306.py optional_requirements.txt pyproject.toml requirements.txtBreadcrumbs Adafruit_CircuitPython_SSD1306 /examples / ssd1306_stats.pyLatest...
Add a description, image, and links to the adafruit-circuitpython-ssd1306 topic page so that developers can more easily learn about it. Curate this topic Add this topic to your repo To associate your repository with the adafruit-circuitpython-ssd1306 topic, visit your repo's landing page ...
Adafruit CircuitPython framebuf driver for SSD1306 or SSD1305 OLED displays. Not for use with displayio. See README. - Issues · adafruit/Adafruit_CircuitPython_SSD1306
sudo pip3 install adafruit-circuitpython-ssd1306 To install in a virtual environment in your current project: mkdir project-name&&cdproject-name python3 -m venv .venvsource.venv/bin/activate pip3 install adafruit-circuitpython-ssd1306 Usage Example ...
Adafruit CircuitPython driver for SSD1306 or SSD1305 OLED displays. - theacodes/Adafruit_CircuitPython_SSD1306
Adafruit CircuitPython driver for SSD1306 or SSD1305 OLED displays. Note that SSD1305 displays are back compatible so they can be used in-place of SSD1306 with the same code and commands. This driver implements the adafruit_framebuf interface. It is not the displayio driver for the SSD1306....
Adafruit CircuitPython framebuf driver for SSD1306 or SSD1305 OLED displays. Not for use with displayio. See README. - History for examples/ssd1306_stats.py - adafruit/Adafruit_CircuitPython_SSD1306