lexus2k / ssd1306

Driver for SSD1306, SSD1331, SSD1351, IL9163, ILI9341, ST7735, PCD8544, Nokia 5110 displays running on Arduino/ESP32/Linux (Rasperry) platforms
MIT License
664 stars 127 forks source link

Communication with other I2C devices (ATTiny84) #92

Closed tom-4 closed 5 years ago

tom-4 commented 5 years ago

Hello, I have a similar problem like in issue #48 , but, ATTiny84 this time not ATTiny85, so I read your solution (commit: 384dcee). I just copied the whole text and pasted it to the same io file. I just changed X5 with X4 and it works :)

lexus2k commented 5 years ago

Hi Tom,

I will try to fix as soon as possible and let you know :)

lexus2k commented 5 years ago

Hi Tom,

Can you check that code from 1.7_dev branch works for you? It would be nice if you let me know the board you use in Arduino IDE and package installed for that board

tom-4 commented 5 years ago

Hi there, It works like a charm! Thank you. I used Arduino nano (clone) as a programmer. Arduino IDE 1.8.9. Board cores for ATTiny84 are ATTinycore. https://github.com/SpenceKonde/ATTinyCore Regards, Tommy

lexus2k commented 5 years ago

Ok, thank you for report