https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: bf6d8257e7cc4bdd79f33034ec05469562542c32 authored by a1ex on 14 February 2014, 21:44:37 UTC
Close branch just_for_testing
Tip revision: bf6d825
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