mathoudebine / mathoudebine/turing-smart-screen-python

Extend the use of numpy to other displays

Open
#319 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Rich Text Format
Stars
2.3k
Forks
412
Avg merge
21h 10m
Merged PRs (30d)
7

Description

Numpy is used for RGB565 conversion in lcd_comm_rev_a.py
This change has been added in this PR: #317
It could be extended to other display driver classes that also use RGB565 like at least lcd_comm_rev_b.py

Numpy could also be used for transpose/rotate operations (only if it does not impact performances negatively)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with library/lcd/lcd_comm_rev_a.py and PR #317, then compare library/lcd/lcd_comm_rev_b.py and other display drivers that use RGB565. Check whether numpy can also handle transpose/rotate operations without hurting performance. Done means the applicable drivers use numpy and performance remains acceptable.

Written by the indexing model from the issue text.

Assessment

Tech stack
numpy, python
Domain
embedded-iot
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.