jamesbowman / spidriver

SPI driver public repo
https://spidriver.com/
BSD 3-Clause "New" or "Revised" License
181 stars 56 forks source link

Update st7735s.py #33

Closed GeospatialDaryl closed 2 years ago

GeospatialDaryl commented 2 years ago

Replace the array.array('B', d565h.tostring()) with array.array('B', d565h.tobytes()) to match deprecation in Python3.

Thanks for the great work!

jamesbowman commented 2 years ago

Merged -- thanks!