Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ssd1680_simpletest.py #9

Merged
merged 9 commits into from
Feb 15, 2023
Merged
5 changes: 5 additions & 0 deletions examples/ssd1680_simpletest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
* https://www.adafruit.com/product/4947
* Adafruit 2.13" Tri-Color eInk Display FeatherWing
* https://www.adafruit.com/product/4814

To use Adafruit 2.13" Monochrome FeatherWing - 250x122 Monochrome with SSD1680:
* https://www.adafruit.com/product/4195
Set change height in display from 122 to 127

"""

import time
Expand Down