https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 6fffc1a8c2064263281ffd8525dce45a8f803311 authored by a1ex on 14 July 2014, 05:48:06 UTC
Close branch srm-1100D
Tip revision: 6fffc1a
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