Skip to content

Frozen Modules

Yihui Xiong edited this page Aug 24, 2020 · 1 revision

Importing modules from /lib is slow and needs a large block of RAM. To improve importing speed and save RAM, Modules can be compiled into a CircuitPython firmware. The frozen modules in the firmware of the M60 keyboard are:

If a frozen module and a module in /lib have the same name , the frozen module will be used.

Clone this wiki locally