peterhinch / micropython-micro-gui

A lightweight MicroPython GUI library for display drivers based on framebuf, allows input via pushbuttons. See also micropython-touch.
MIT License
247 stars 37 forks source link

gc.threshold() not available on all ports #21

Closed ThinkTransit closed 1 year ago

ThinkTransit commented 1 year ago

gc.threshold isn't available on all ports, this PR makes the call in ugui.py conditional.