micropython-ili9341
micropython-ili9341 copied to clipboard
Allow draw_image to draw from a stream of bytes.
Allow for a stream of bytes to be read, as opposed to just a file on disk.
Potential use case is if bytes are downloaded from the network.