Arduino-LiquidCrystal-I2C-library
Arduino-LiquidCrystal-I2C-library copied to clipboard
This library can be use Attiny85 ?
hi I am a Arduino anovice I have successfully put this library in UNO R3 via ,very nice. my question is This library can be transplanted to Attiny85? if i want use Attiny85 contact lcd via i2c what Can i do it?
Same here :)
No, because AtTiny85 doesnt have I2C port. You need to use TinyWire library... to emulate it. And rewrite in these libraries Wire.h to TinyWire.h...