Arduino-LiquidCrystal-I2C-library icon indicating copy to clipboard operation
Arduino-LiquidCrystal-I2C-library copied to clipboard

This library can be use Attiny85 ?

Open abyssGitHub opened this issue 8 years ago • 2 comments

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?

abyssGitHub avatar Mar 10 '17 08:03 abyssGitHub

Same here :)

groax avatar May 18 '19 23:05 groax

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...

martinius96 avatar Jul 14 '20 13:07 martinius96