PiSupply / PaPiRus

Resources for PaPiRus ePaper eInk displays
https://www.pi-supply.com/product/papirus-epaper-eink-screen-hat-for-raspberry-pi/
Other
346 stars 88 forks source link

text.write - size and position? #169

Closed shawaj closed 6 years ago

shawaj commented 6 years ago

Does this still work? If so add to readme

text.write(text, size, x,y) text.write("hello world", 20, 10, 10 )

tvoverbeek commented 6 years ago

Yes and No. Position is not available in the PapirusText, size, fontpath and maxLines are. Will update README

tvoverbeek commented 6 years ago

README updated

shawaj commented 6 years ago

Thanks;