Arduino IDE Esp8266 U8glib

Hello,
I am trying to compile u8glib for esp8266 using arduino ide (1.6.5).
The following is the link to get the config for esp8266 board to your ide.

http://arduino.esp8266.com/stable/package_esp8266com_index.json

the link to u8glib is :-
https://code.google.com/p/u8glib/

when i compile for the arduino uno board the library works fine.
but when i compile for nodeMCU(0.9)
it gives me an error. Has anyone ported u8glib library for esp8266?

Hello,
I am interested with this problem too...

Has anyone can solve this issue?

Makes three of us, at least! :confused:

Ok, I found that the LUA firmware now support the u8glib and all the LCD devices. Therefore it should not be impossible to to. I found some youtube videos, that shows it worked but with no additional code information how to do it.

Maybe I have to "recopy" the u8glib from the nodemcu master to the Arduino IDE.

try

change

// pin 5 - LCD reset (RST)
// pin 4 - LCD chip select (CS)
remark line 87

Adafruit_PCD8544 display = Adafruit_PCD8544(12, 5, 4);