In [6]:
import context
import gopro_helper as gopro
In [ ]:
In [24]:
wid1 = gopro.MonoText()
wid1
In [25]:
content = ['hello, this is just some text: 981',
'and here is the next line! Ok!',
'asda asd asd :{} sf sdfdsf dsf sdf ']
wid1.text = content
In [26]:
text = ['hello','i ama pirate']
wid2 = gopro.MonoText(text)
wid2
In [ ]: