Add support for printing images using the OLED
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 494
- Forks
- 472
- PR merge metrics
- No merged PRs in 30d
Description
Port this function https://github.com/Seeed-Studio/OLED_Display_96X96/blob/master/SeeedGrayOLED.cpp#L488-L519 to the Python library.
It would be great to have a program which converts a normal image to the byte array too.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read the linked SeeedGrayOLED.cpp function and locate the corresponding OLED entry point in the Python library. Implement equivalent image printing and determine how a normal image should be converted to a byte array; done means both capabilities work through the Python library.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, raspberry-pi
- Domain
- embedded-iot
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100