-
Notifications
You must be signed in to change notification settings - Fork 4
Implement grayscale support #4
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
Conversation
Hi @HDR! Thanks for the submission! It looks like the Github Actions CI had an issue with some of the formatting. You can use If you aren't familiar with using |
Looks like Sphinx is throwing an error now instead |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this is the problem:
Yep, already resolved it |
2fast4me 😆 |
Unfortunately I don't have the hardware to test, but just wanted to help with everything preceding! |
Sure, i currently have this hooked up to Raspberry Pi Pico, example.zip contains a bmp and the example code.
|
instead of a bmp, could you rework the example to draw 4 rectangles/bitmap tiles that have a similar pattern? that way we dont have a file dependancy |
Here is a quick and simple example that does not depend on a bmp :)
|
perfect, can you add that to the PR as a new file? then we'll merge it together |
Hopefully the Copyright and License stuff is correct, if not please let me know :) |
ya got it, nice work!!!! |
Updating https://github.com/adafruit/Adafruit_CircuitPython_BH1750 to 1.1.0 from 1.0.7: > Merge pull request adafruit/Adafruit_CircuitPython_BH1750#6 from DeadSix27/main > Patch .pre-commit-config.yaml > change discord badge > Patch: Replaced discord badge image > Updated gitignore > Update Black to latest. > Fixed readthedocs build > Consolidate Documentation sections of README Updating https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground to 5.2.1 from 5.2.0: > Merge pull request adafruit/Adafruit_CircuitPython_CircuitPlayground#117 from Neradoc/frozen-module-subdirectory Updating https://github.com/adafruit/Adafruit_CircuitPython_DS1307 to 2.1.10 from 2.1.9: > Merge pull request adafruit/Adafruit_CircuitPython_DS1307#24 from coplate/main > Patch .pre-commit-config.yaml > change discord badge > Patch: Replaced discord badge image > Updated gitignore > Update Black to latest. > Fixed readthedocs build > Consolidate Documentation sections of README Updating https://github.com/adafruit/Adafruit_CircuitPython_UC8151D to 1.1.0 from 1.0.2: > Merge pull request adafruit/Adafruit_CircuitPython_UC8151D#4 from HDR/main > Patch .pre-commit-config.yaml > change discord badge > Patch: Replaced discord badge image > Updated gitignore > Update Black to latest. > Fixed readthedocs build > Post-patch cleanup > Consolidate Documentation sections of README Updating https://github.com/adafruit/Adafruit_CircuitPython_BitmapSaver to 1.2.1 from 1.2.0: > Merge pull request adafruit/Adafruit_CircuitPython_BitmapSaver#23 from matt-land/add-typing > Patch .pre-commit-config.yaml
Adds grayscale support for displays like GDEW0154T8D, based on https://github.com/adafruit/Adafruit_CircuitPython_IL0373/blob/main/adafruit_il0373.py
Test image used (github doesn't allow .bmp):
