micropython-ili9341 icon indicating copy to clipboard operation
micropython-ili9341 copied to clipboard

Allow draw_image to draw from a stream of bytes.

Open MayurSaxena opened this issue 4 years ago • 0 comments

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.

MayurSaxena avatar Mar 24 '21 15:03 MayurSaxena