feat(boards): 更新micropython下machine.Timer图形块

This commit is contained in:
王立帮
2026-01-20 18:01:04 +08:00
parent 899c811dc1
commit 0968a1c678
13 changed files with 257 additions and 76 deletions

View File

@@ -4115,5 +4115,6 @@ En.MIXLY_TURTLE_TRACER_DELAY_MS = 'Delay (milliseconds)';
En.MIXLY_TURTLE_TITLE_SET = 'Set window title to';
En.MIXLY_TURTLE_SETUP_SET = 'Set window size';
En.MIXLY_TURTLE_UPDATE = 'Refresh the canvas';
En.MIXLY_RESTART = 'Restart';
})();

View File

@@ -4298,5 +4298,6 @@ ZhHans.MIXLY_TURTLE_TRACER_DELAY_MS = '延迟 (毫秒)';
ZhHans.MIXLY_TURTLE_TITLE_SET = '设置窗口标题为';
ZhHans.MIXLY_TURTLE_SETUP_SET = '设置窗口大小';
ZhHans.MIXLY_TURTLE_UPDATE = '刷新画布';
ZhHans.MIXLY_RESTART = '重新启动';
})();

View File

@@ -4268,5 +4268,6 @@ ZhHant.MIXLY_TURTLE_TRACER_DELAY_MS = '延遲 (毫秒)';
ZhHant.MIXLY_TURTLE_TITLE_SET = '設定視窗標題為';
ZhHant.MIXLY_TURTLE_SETUP_SET = '設定視窗大小';
ZhHant.MIXLY_TURTLE_UPDATE = '刷新畫布';
ZhHant.MIXLY_RESTART = '重新啟動';
})();