ReHi Paul, Due to a typo, the fourth line of the Hobbyboards LCD module (utilizing a DS2408) is not accessible via LCD_H/screenyx.
Please, consider patching the source in the SVN as described below! --- owfs-2.8p2/module/owlib/src/c/ow_2408.c 2010-08-08 18:17:13.000000000 +0200 +++ owfs-2.8p2/module/owlib/src/c/ow_2408.c.modif 2010-10-18 17:55:01.781791569 +0200 @@ -539 +543 @@ - chip_command = (LCD_COMMAND_SET_DDRAM_ADDRESS + LCD_SECOND_ROW_ADDRESS) + LCD_LINE_START; + chip_command = (LCD_COMMAND_SET_DDRAM_ADDRESS + LCD_SECOND_ROW_ADDRESS) + LCD_LINE_END; The patch has been successfully tested. Best Regards, -- Klaus, der Tiger CoDev OPT_OW ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
