We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The code runs fine - however adjusting with the provided options for my 0.42" display that's 72x40 I get an error:
python3 terminal.py --display ssd1306 --width 72 --height 40 # ... default help menu + # terminal.py: error: Unsupported display mode: 72 x 40
The text was updated successfully, but these errors were encountered:
Looks like something like this: https://www.buydisplay.com/i2c-white-0-42-inch-oled-display-module-72x40-arduino-raspberry-pi
Looking at luma.oled, this resolution isn't supported on ssd1306 yet.
Sorry, something went wrong.
+1, bought on Aliexpress: https://www.aliexpress.com/item/1005006408257788.html
Another buyer posted some useful data in the comments:
No branches or pull requests
The code runs fine - however adjusting with the provided options for my 0.42" display that's 72x40 I get an error:
The text was updated successfully, but these errors were encountered: