Ben Griffith wrote: > I put together the hobby-boards design and that one does work, but it's > limited to just the first line of the display. At least that was the case > the last time I did an "svn update".
Same here, I altered my construction to the hobbyboards-design, I have a 2x24characters-Display, and only the first line is writable... It's because the display-size is undefined, the hd44780 supports up to 40 characters per line (http://home.iae.nl/users/pouweha/lcd/lcd0.shtml#visible_ddram) so you need to fill the string you write with 40 characters and the 41st one is the second line. Maxim/AAG: I didn't know there is a 8bit-design, I supposed the 4bit-one shown on owfs.org was meant... OWFS seems to use the 8bit one... look at the source: http://owfs.cvs.sourceforge.net/owfs/owfs/module/owlib/src/c/ow_2408.c?revision=1.32&view=markup line 198, it writes a whole byte, not a nibble like the LCD_H (line 370). But would still be nice to support the 4bit AAG-design, shouldn't be a great change. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
