mcauser / mcauser/awesome-micropython
Add some extra detail to the graphics drivers (ILI934x specifically)
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 1.8k
- Forks
- 221
- PR merge metrics
- No merged PRs in 30d
Description
It would be helpful to consistently mark the graphics drivers with certain keywords to indicate key features.
The specific request that triggered this arose recently on the MicroPython discord where a user was asking for an ILI9341 parallel bus driver. Most/all of the drivers are SPI so it was time consuming to open all the links and sift through them.
I don't think we need to overbake this (I was originally thinking adding 'tags' to each driver), it would be good enough to just add appropriate keywords to the descriptions.
Some that come to mind: spi, i2c, parallel, compiled, native, rgb565, 24bit, mono.
Contributor guide
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
Start by locating the graphics-driver entries in the awesome list and reviewing the ILI934x descriptions. Add consistent keywords for interfaces and display features such as SPI, I2C, parallel, RGB565, 24bit, or mono where applicable. Done means the relevant driver descriptions can be compared without opening each linked project.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100