hello,here is the situation: arcade has a lcd (st7735s) ,and i have make it run in python code, the memory runs wells, here is the code: import pyb import lcd import gc while True: gc.collect() lcd.clearScreen() pyb.led_1.toggle() lcd.drawText(0,0,"card undetected") memstr = 'free: {}'.format(gc.mem...