Abdellazizhammami / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

lcd print formatting not correct #767

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use the LCD library
2. do something like :  lcd.print(  chipData.maker_code ,16);

What is the expected output? What do you see instead?
I expect to see some sort of formatting, where the content can be 'zero' 
justified.
as in '00'  instead of '0' or '09' instead of '9'
Because it means that time has to be wasted setting the cursor to the start of 
the line,
erasing the line, setting to the start of the line and printing.
Instead of just setting to start & printing.

What version of the Arduino software are you using? On what operating
system?  Which Arduino board are you using?
latest (nov2011)

Please provide any additional information below.

Original issue reported on code.google.com by practica...@gmail.com on 1 Jan 2012 at 8:21

GoogleCodeExporter commented 9 years ago

Original comment by dmel...@gmail.com on 2 Jan 2012 at 6:12