]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/STLcd/bitmap2Struct.py
Merge pull request #73 from joshuaflanagan/example_script_variables
[kiibohd-controller.git] / Scan / STLcd / bitmap2Struct.py
index 4e682ca48134d0d81da26d0c2419cb1097151acd..6f2cbf128bf8c971766983c41485e2c234059774 100755 (executable)
@@ -19,7 +19,7 @@
 import sys
 
 from array import *
-from PIL import Image
+from PIL import Image # Use pillow instead of PIL, it works with Python 3
 
 
 # Convenience class to deal with converting images to a C array