LCD Widget character width

Hi,

Lines of text longer than 16 characters get truncated at 16 characters even though there is room left on the LCD Widget’s screen in the iOS app,

Is there some way to make full use of the LCD Widget screen width?

      lcd.clear();
      lcd.print(0,0,"12345678901234567890");
      lcd.print(0,1,"11111111111111111111");

“LCD

This is a regular 16x2 LCD display made in our secret facility in China.”

Pete.

2 Likes

As mentioned, the 16 characters is by design… but what isn’t is the unusual spacing of your display… probably due to the iOS version and or skinny aspect ratio of your phone.

it should be evenly spaced out like this…

image

What are the specifics for your phone (model and iOS version)?

And App version?

@Eugene something to look at?

iOS 12.2 on iPhone X

???

app version 2.26.0
library version 0.6.1

You could try to use the Beta App and if still issue, send logging to the developers for analysis.