You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
71968b743c
From 5633 to 3210 bytes while reducing borders around the text. How: - import MicroPythonOS-logo-black-long.svg into Gimp, rasterized at 266x59 at 130 dpi - crop it to 240x35 px, making sure to have at least 0.5 pixel border around the content to make sure no half-transparent pixels are cut off - export as PNG with maximal compression and all options (like save resolution, save background color) unchecked
This /lib folder contains:
- https://github.com/echo-lalia/qmi8658-micropython/blob/main/qmi8685.py but given the correct name "qmi8658.py"
- traceback.mpy from https://github.com/micropython/micropython-lib
- https://github.com/glenn20/micropython-esp32-ota/ installed with import mip; mip.install('github:glenn20/micropython-esp32-ota/mip/ota')
- mip.install('github:jonnor/micropython-zipfile')
- mip.install("shutil") for shutil.rmtree('/apps/com.example.files') # for rmtree()
- mip.install("aiohttp") # easy websockets
- mip.install("base64") # for nostr etc
- mip.install("collections") # used by aiohttp
- mip.install("unittest")
- mip.install("logging")
- mip.install("aiorepl")