Brotanz / u8glib

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

console example and 128x64 display (Arduino 1.0 / 0022) #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
reported, that this does not work, should be checked

Original issue reported on code.google.com by olikr...@gmail.com on 17 Jan 2012 at 8:44

GoogleCodeExporter commented 8 years ago
display issue:
I compiled with Arduino 22 and it gave me an error (Can't remember what 
exactly) and I recognized it from a previous library that did the same thing.

I copied this:
"
#if defined(ARDUINO) && ARDUINO >= 100
  #include "Arduino.h"
  #else
  #include "WProgram.h"
  #endif
"
directly after your disclaimer in U8glip.cpp

--> this has to be checked

Original comment by olikr...@gmail.com on 19 Jan 2012 at 5:55

GoogleCodeExporter commented 8 years ago
current version is ok

Original comment by olikr...@gmail.com on 3 Feb 2012 at 9:47