add emmcFile functions

This commit is contained in:
suchmememanyskill
2021-07-27 17:42:34 +02:00
parent fb3951435f
commit f5a4eec6bb
2 changed files with 48 additions and 15 deletions

View File

@@ -5,7 +5,9 @@
a="Hello world!\n"
a.print()
if (emmcread("sd:/prodinfo_temp_dump.bin", "PRODINFO")){ print("fuk") pause() exit() }
if (emmcwrite("sd:/prodinfo_temp_dump.bin", "PRODINFO")) { print("fuk2") pause exit() }
printpos(20, 30)
setpixels(0, 0, 1279, 100, 0xFF0000)