turing-smart-screen-python
turing-smart-screen-python copied to clipboard
Extend the use of numpy to other displays
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)
FYI @hchargois