https://bitbucket.org/hudson/magic-lantern
Revision ff52d1ab89125284d69777e79f2396db78b7aca0 authored by Giovanni Condello on 20 May 2013, 10:13:32 UTC, committed by Giovanni Condello on 20 May 2013, 10:13:32 UTC
1 parent 5cc5765
Raw File
Tip revision: ff52d1ab89125284d69777e79f2396db78b7aca0 authored by Giovanni Condello on 20 May 2013, 10:13:32 UTC
Disable AF_PATTERNS object for the 5D3 and the EOSM
Tip revision: ff52d1a
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