rdagger / micropython-ili9341

MicroPython ILI9341Display & XPT2046 Touch Screen Driver
MIT License
194 stars 40 forks source link

Allow draw_image to draw from a stream of bytes. #4

Open MayurSaxena opened 3 years ago

MayurSaxena commented 3 years ago

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.