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…
What are the specifics for your phone (model and iOS version)?
And App version?
@Eugene something to look at?
app version 2.26.0
library version 0.6.1
Gunner
May 12, 2019, 11:49pm
7
Jason_Lewis:
app version 2.26.0
You could try to use the Beta App and if still issue, send logging to the developers for analysis.
The 2.26.0 (2) build is now available for beta testers in TestFlight. To join Blynk iOS beta testing open the link: https://testflight.apple.com/join/eENtSEtD
This update finally brings new Tabs widget on iOS:
New look, following material design
Tabs are always placed on the top (above all widgets)
Ability to fine-tune colors in Tabs settings
Reorder/delete tabs in Tabs settings
Support up to 10 tabs
Existing Tabs widget:
If placed on the first raw - automatically converted to a new one
I…