https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 66bd407b9079709b7b580c23cff685c60977558f authored by a1ex on 09 January 2014, 09:43:55 UTC
Close branch marekk17/mlv_recc-60d-refresh-timer-1383689928704.
Tip revision: 66bd407
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