Sylaina / oled-display

Library for OLED-displays runs on AVR
GNU General Public License v3.0
117 stars 28 forks source link

It works also on atmega8 #4

Closed heikete closed 5 years ago

heikete commented 5 years ago

In i2c.c there's a macro which tells if the MCU is supported. Simple Atmega8 has the same registers so it works flawlesly, but compilation fails due to this check.

Sylaina commented 5 years ago

atmega8 added at i2c ;)