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

Arduino Due: fatal error: avr/io.h: No such file or directory #76

Closed rickyelqasem closed 5 years ago

rickyelqasem commented 5 years ago

Describe the bug Fails to compile on DUE board. I went back to basics and tried ssd1306 demo and it still fails

To Reproduce Steps to reproduce the behavior:

  1. Open the examples > ssd1306 > demos > ssd1306_demo
  2. Compile

Expected behavior Compile without failing.

Screenshots NA

Please complete the following information:

Additional context arduino\libraries\arduino_892937\src\intf\i2c\ssd1306_i2c_twi.c:31:20: fatal error: avr/io.h: No such file or directory

include <avr/io.h>

lexus2k commented 5 years ago

Thank you for reporting. I will double check

lexus2k commented 5 years ago

Hello, can you check latest master branch: commit 085305a