You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: