benderpirat / u8glib

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

Support for Arduino STM32 #314

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, was wondering if I wanted to create support for Arduino STM32 or formally 
known as the Maple IDE what files would need to be edited? As it does not 
currently compile. 

The I2C wire library is working on Arduino STM32 and compiles fine.

Whenever I compile U8glib under Arduino STM32 with the 

U8GLIB_SSD1306_128X64 u8g(10, 9);

option I get errors in the u8g_com_arduino_common.c file.

Any ideas?  

Original issue reported on code.google.com by skyng22...@gmail.com on 29 Jan 2015 at 10:55

GoogleCodeExporter commented 8 years ago
There is a nice tutorial out there:
http://blog.bastelhalde.de/?p=759

Original comment by olikr...@gmail.com on 30 Jan 2015 at 9:05