ganeshkumarsw / arduino-sharp-memory-lcd-gfx-library

Automatically exported from code.google.com/p/arduino-sharp-memory-lcd-gfx-library
Other
0 stars 0 forks source link

Error compiling #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I installed both libraries - adafruit and this one.
Tried to compile the sample code and got:

/Users/benklinger/Documents/Arduino/libraries/SharpMemoryLcd/SharpMemoryLcd.cpp:
 In constructor 'SHARPMEMORYLCD::SHARPMEMORYLCD()':
/Users/benklinger/Documents/Arduino/libraries/SharpMemoryLcd/SharpMemoryLcd.cpp:
111: error: no matching function for call to 'Adafruit_GFX::Adafruit_GFX()'
/Users/benklinger/Documents/Arduino/libraries/Adafruit_GFX/Adafruit_GFX.h:17: 
note: candidates are: Adafruit_GFX::Adafruit_GFX(int16_t, int16_t)
/Users/benklinger/Documents/Arduino/libraries/Adafruit_GFX/Adafruit_GFX.h:13: 
note:                 Adafruit_GFX::Adafruit_GFX(const Adafruit_GFX&)
/Users/benklinger/Documents/Arduino/libraries/SharpMemoryLcd/SharpMemoryLcd.cpp:
119: error: 'constructor' was not declared in this scope

What might be the problem?

Original issue reported on code.google.com by benklin...@gmail.com on 23 Jul 2013 at 6:53

GoogleCodeExporter commented 9 years ago
This seems to be related to updates in the Adafruit library. Attached is an 
older version that works.

Original comment by benklin...@gmail.com on 23 Jul 2013 at 7:33

Attachments: