https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: a1504b9dc1fccfcb608dcd1e698d6c077d72c36a authored by a1ex on 07 May 2014, 17:47:42 UTC
Close branch gettaskname-stubs
Tip revision: a1504b9
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