Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setTextWrap(false) behaviour different for default and custom fonts #91

Open
amitkumarsharma008 opened this issue Sep 18, 2016 · 0 comments

Comments

@amitkumarsharma008
Copy link

amitkumarsharma008 commented Sep 18, 2016

String text = "Text written here is quite long to fit the width"; // sample text
lcd.setFont(&FreeSerifBold12pt7b);
When we choose to use lcd.setTextWrap(0); ===> the text which is supposed to be outside the width is getting rolled of from the start of the same line causing the overlap behaviour.
20160918_231317

But when used the above line using default font, it only shows the text till it can accomodate in the width of the display.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant