raspberrypi / pico-micropython-examples

Examples to accompany the "Raspberry Pi Pico Python SDK" book.
BSD 3-Clause "New" or "Revised" License
1.01k stars 228 forks source link

Can not transfer bmp or jpg files to pico wiht Thonny #12

Closed CaptainJackey closed 3 years ago

CaptainJackey commented 3 years ago

There are 2 questions: 1、Why pico didn't have a u disk so that can transfer files easily ? 2、Thonney ide only can transfer py files to pico , how can I transfer some files like bmp、jpg ?

aallan commented 3 years ago

The first question needs to be be directed to the MicroPython developers, as the RP2040 port of MicroPython has now been merged into the upstream repo, see micropython/micropython#6791.

Your second question needs to be directed to the Thonny developers .

WarpRomo commented 2 years ago

Thanks aallan for the useful / informative response.