acuadros / u8glib

Automatically exported from code.google.com/p/u8glib
0 stars 0 forks source link

Fix errors for ATTiny #190

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Arduino-1.0.5-u8glib include ATTiny boards --> fix errors reported there

Original issue reported on code.google.com by olikr...@gmail.com on 13 Jul 2013 at 5:57

GoogleCodeExporter commented 9 years ago
fixed u8g_com_arduino_hw_spi.c and u8g_com_arduino_st7920_hw_spi.c

Original comment by olikr...@gmail.com on 13 Jul 2013 at 6:09

GoogleCodeExporter commented 9 years ago
verified with the IDE (hardware/attiny)

--> this issue can be closed

Original comment by olikr...@gmail.com on 13 Jul 2013 at 6:18

GoogleCodeExporter commented 9 years ago
add hw spi to attiny

Original comment by olikr...@gmail.com on 21 Jul 2013 at 10:29

Attachments:

GoogleCodeExporter commented 9 years ago
c-code probably not included, check for __AVR_ATtiny85__ required
todo
1) add attached c code to the project
2) add __AVR_ATtiny85__ to the c-code
3) update u8g.h
4) test in arduino ide (attiny85)

Original comment by olikr...@gmail.com on 3 Oct 2013 at 12:58

GoogleCodeExporter commented 9 years ago
1-3 done

todo
test in arduino ide (attiny85)

Original comment by olikr...@gmail.com on 3 Oct 2013 at 1:07

GoogleCodeExporter commented 9 years ago
test will be done during release test

Original comment by olikr...@gmail.com on 3 Oct 2013 at 6:27