neutron3d / u8glib

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

Example for drawLine() is misspelled #88

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Example for drawLine() is misspelled 

This: "u8g.DrawLine(7, 10, 40, 55);" is included in the sample.

This: "u8g.drawLine(7, 10, 40, 55);" is what
should be there.

What steps will reproduce the problem?
1.Change the capitol "D" to lower case.
2.
3.

What is the expected output? What do you see instead? compiled sketch, error in 
compile

What version of the product are you using? On what operating system?
Windows 7 HP, arduino, latest U8Glib

Please provide any additional information below.

A small thing to be sure, but you have rank beginners in programming, like me, 
using the
reference. They wonder why an example does not work in their code. Of course I 
believe a
valuable lesson has been learned. LOL But maybe the lesson should have occurred 
outside
the reference. heheheh

Thanks for keeping this valuable store of information. Without it I could not 
use my J12864 LCD display. I certainly haven't reached the point where I could 
write my own library from the datasheet. I considered this task. After reading 
the data specs I decided to drink a beer instead. :)

Thanks;
Walt
walt@zeuss1.com

A picture of my display in action:
http://www.flickr.com/photos/73766535@N00/7810659332/in/photostream/lightbox/

Original issue reported on code.google.com by w...@zeuss1.com on 21 Aug 2012 at 11:17

GoogleCodeExporter commented 8 years ago
Fixed

Thanks a lot for this. Any corrections on the documentation are highly wellcome.

Original comment by olikr...@gmail.com on 26 Aug 2012 at 4:13