Write title to correct position
This commit is contained in:
parent
3ac33f18b3
commit
1ba7faed1b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class BubaTime(BubaAnimation):
|
||||||
super().__init__(buba)
|
super().__init__(buba)
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
self.buba.simple_text(page=0, row=0, col=91, text="Bus-Bahn-Anzeige")
|
self.buba.text(page=0, row=0, col_start=0, col_end=92, text="Bus-Bahn-Anzeige")
|
||||||
self.buba.simple_text(page=0, row=1, col=0, text="Chaos Computer Club")
|
self.buba.simple_text(page=0, row=1, col=0, text="Chaos Computer Club")
|
||||||
self.buba.simple_text(page=0, row=2, col=0, text="Hansestadt Hamburg")
|
self.buba.simple_text(page=0, row=2, col=0, text="Hansestadt Hamburg")
|
||||||
self.buba.simple_text(page=0, row=3, col=0, text="Hello, world!")
|
self.buba.simple_text(page=0, row=3, col=0, text="Hello, world!")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue