rm-hull / luma.examples

Companion repo for running examples against the luma.oled, luma.lcd, luma.led_matrix and luma.emulator display drivers.
MIT License
370 stars 144 forks source link

Change: iteritems -> items (Python 3 compatibility) #104

Closed jpoppe closed 5 years ago

jpoppe commented 5 years ago

Iteritems has been removed from Python 3, the script will now work with Python 2 and 3 (Although items is a bit slower then iteritems in Python 2)

rm-hull commented 5 years ago

:+1: