update PicoCalc SD

This commit is contained in:
cuu
2026-03-01 15:25:55 +08:00
parent c1b8f3fc3e
commit d5c0a8531a
101 changed files with 4913 additions and 58 deletions

4
Bin/PicoCalc SD/main.lua Normal file
View File

@@ -0,0 +1,4 @@
--ccedit = loadfile("cc/edit.lua")
--if ccedit then print("Editor loaded") end
browser = loadfile("lua/browser.lua")
if browser then print("File browser available at: browser()") end