david0126 / u8glib

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

U8GLIB_PCF8812 #228

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. I was trying to use the PCF8812 library here by running an LCD siemens A70 
but I can not compile.
2. I'm using the Arduino IDE 1.5.2, U8glib 1:14 and my operating system is 
Windows 7.
3. When you try to compile it gives the following error (In file included from 
HelloWorld.ino:42:
c:/program 
files/arduino/hardware/tools/avr/lib/gcc/../../avr/include/U8glib/U8glib.h: In 
constructor 'U8GLIB_PCF8812::U8GLIB_PCF8812(uint8_t, uint8_t, uint8_t, uint8_t, 
uint8_t)':
c:/program 
files/arduino/hardware/tools/avr/lib/gcc/../../avr/include/U8glib/U8glib.h:911: 
error: 'u8g_dev_pcf8812_96x65_sw_spi' was not declared in this scope) I believe 
the following file is missing
"u8g_dev_pcf8812_96x65_sw_spi"
I would appreciate if you could help.

Thank you
José Rodrigues

Original issue reported on code.google.com by Josemap...@gmail.com on 31 Dec 2013 at 6:45