bibliopixel.util.image.load_image module

bibliopixel.util.image.load_image.loadImage(layout, imagePath='', imageObj=None, offset=(0, 0), bgcolor=(0, 0, 0), brightness=255)[source]

Display an image on the matrix

bibliopixel.util.image.load_image.showImage(layout, imagePath='', imageObj=None, offset=(0, 0), bgcolor=(0, 0, 0), brightness=255)[source]

Display an image on the matrix

bibliopixel.util.image.load_image.show_image(setter, width, height, image_path='', image_obj=None, offset=(0, 0), bgcolor=(0, 0, 0), brightness=255)[source]

Display an image on a matrix.