I'm using Thonny to interface with my raspberry pi pico. I went to Tools->Manage packages... and typed in pillow but I get an error about 13% into the installation that says:
Could not write next block after having written 269312 bytes to /lib/PIL/_imaging.cp37-win32.pyd
Make sure your device's filesystem has enough free space. (When overwriting a file, the old content may occupy space until the end of the operation.)
NB! Thonny could not execute 'upload'.
I'm assuming this is because I don't have enough space on my pi pico? Is there a smaller version of pillow that I can use or can I somehow add space to my pico?
I'm looking to run this demo on my pico https://github.com/waveshare/e-Paper/blob/master/RaspberryPi_JetsonNano/python/examples/epd_2in13_test.py
How can I run the example code above on my pi pico?