https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: c66e11d7604a38d14762d958fe946c4725acfafe authored by a1ex on 20 January 2014, 22:51:41 UTC
Close branch 50d
Tip revision: c66e11d
print.lua
bmpprint(0,0,"First line");
msleep(1000)
bmpprint(20,0,"Second line");
msleep(1000)
bmpprint(40,0,"Third line");
msleep(1000)
bmpprint(60,0,"Fourth line");
msleep(1000)
bmpprint(80,0,"Fifth line");
msleep(1000)
bmpprint(100,0,"Sixth line");
back to top