m5stack / M5EPD

M5Paper Arduino Library
MIT License
167 stars 53 forks source link

TextWrap doesn't seem to work #45

Closed rolohaun closed 9 months ago

rolohaun commented 2 years ago

What am I doing wrong

M5.begin(); M5.EPD.SetRotation(90); M5.EPD.Clear(true); M5.RTC.begin(); canvas.createCanvas(540, 960); canvas.setTextSize(5); canvas.drawString("Connected to WiFi! Test text wrap", 10, 50); canvas.pushCanvas(0,0,UPDATE_MODE_DU4);

dheijl commented 1 year ago

TextWrap only works with the printxx methods (when enabled).