david0126 / u8glib

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

add hw spi for PCD8544 #181

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
see comment on "device" wiki page

Original issue reported on code.google.com by olikr...@gmail.com on 23 Jun 2013 at 7:19

GoogleCodeExporter commented 8 years ago
regarding naming convention, function layout etc. ...might be better to add an 
additional constructer to the existing class?
but if they use a different AVR with different pin layout?
should the arduino lib care about the pins?
I´m not that experienced with arduino fundamentals 

Original comment by anton.ze...@tortenboxer.de on 24 Jun 2013 at 7:36

GoogleCodeExporter commented 8 years ago
current convention within u8glib is, that by removing pins for SCK and MOSI, 
the HW SPI interface will be used.

Original comment by olikr...@gmail.com on 24 Jun 2013 at 7:50

GoogleCodeExporter commented 8 years ago
updated code for pcf8812 and pcd8544
todo
update device list

Original comment by olikr...@gmail.com on 24 Jun 2013 at 9:07

GoogleCodeExporter commented 8 years ago

Original comment by olikr...@gmail.com on 27 Jun 2013 at 8:08