mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-09 13:41:45 +00:00
delete old scripts
This commit is contained in:
parent
f5a4eec6bb
commit
e42cc4c8eb
2 changed files with 0 additions and 48 deletions
|
@ -1,17 +0,0 @@
|
||||||
println("Testing pause")
|
|
||||||
x = pause()
|
|
||||||
println(x.raw, " ", x.a, "", x.power)
|
|
||||||
println("Testing masked pause")
|
|
||||||
x = pause(1 << 3)
|
|
||||||
println(x.raw, " ", x.a)
|
|
||||||
color(0xFF0000)
|
|
||||||
println("This text should be red!")
|
|
||||||
color(0x00FF00)
|
|
||||||
println("and this green!")
|
|
||||||
|
|
||||||
COLOR_RED = 0xFF0000
|
|
||||||
COLOR_BLUE = 0x0000FF
|
|
||||||
|
|
||||||
menu(["a", "b", "c"], 1, [COLOR_BLUE, COLOR_RED | 0x1000000, COLOR_BLUE]).print()
|
|
||||||
|
|
||||||
exit()
|
|
|
@ -1,31 +0,0 @@
|
||||||
#REQUIRE VER 3.0.6
|
|
||||||
#REQUIRE MINERVA
|
|
||||||
#REQUIRE KEYS
|
|
||||||
|
|
||||||
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)
|
|
||||||
println("sup")
|
|
||||||
|
|
||||||
#a = s.readdir("/")
|
|
||||||
pause()
|
|
||||||
exit()
|
|
||||||
|
|
||||||
println(a.result)
|
|
||||||
println(a.files.len())
|
|
||||||
println(a.folders.len())
|
|
||||||
println(a.fileSizes.len())
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
a.files.foreach("b") {
|
|
||||||
println(b)
|
|
||||||
}
|
|
||||||
|
|
||||||
pause()
|
|
Loading…
Reference in a new issue