LiquidCrystal595 help

I get this error when I try to compile .

In file included from esr_meter.cpp:1:
C:\Users\Grant\Desktop\arduino-1.0\libraries\LiquidCrystal595/LiquidCrystal595.h:98: error: conflicting return type specified for 'virtual void LiquidCrystal595::write(uint8_t)'
C:\Users\Grant\Desktop\arduino-1.0\hardware\arduino\cores\arduino/Print.h:48: error: overriding 'virtual size_t Print::write(uint8_t)'

Thanks for your help.

go to C:\Users\Grant\Desktop\arduino-1.0\libraries\LiquidCrystal595/LiquidCrystal595.h on line 98, and change "void" to "size_t"

Thanks very much :slight_smile: