C:\Users\BigGreen\Desktop\arduino-1.0.5-r2\libraries\Robot_Control\ArduinoRobot.cpp: In constructor 'RobotControl::RobotControl()':
C:\Users\BigGreen\Desktop\arduino-1.0.5-r2\libraries\Robot_Control\ArduinoRobot.cpp:8: error: 'LCD_CS' was not declared in this scope
C:\Users\BigGreen\Desktop\arduino-1.0.5-r2\libraries\Robot_Control\ArduinoRobot.cpp:8: error: 'DC_LCD' was not declared in this scope
C:\Users\BigGreen\Desktop\arduino-1.0.5-r2\libraries\Robot_Control\ArduinoRobot.cpp:8: error: 'RST_LCD' was not declared in this scope
C:\Users\BigGreen\Desktop\arduino-1.0.5-r2\libraries\Robot_Control\ArduinoRobot.cpp: In member function 'void RobotControl::begin()':
C:\Users\BigGreen\Desktop\arduino-1.0.5-r2\libraries\Robot_Control\ArduinoRobot.cpp:18: error: 'MUXA' was not declared in this scope
C:\Users\BigGreen\Desktop\arduino-1.0.5-r2\libraries\Robot_Control\ArduinoRobot.cpp:18: error: 'MUXB' was not declared in this scope
C:\Users\BigGreen\Desktop\arduino-1.0.5-r2\libraries\Robot_Control\ArduinoRobot.cpp:18: error: 'MUXC' was not declared in this scope
C:\Users\BigGreen\Desktop\arduino-1.0.5-r2\libraries\Robot_Control\ArduinoRobot.cpp:18: error: 'MUXD' was not declared in this scope
C:\Users\BigGreen\Desktop\arduino-1.0.5-r2\libraries\Robot_Control\ArduinoRobot.cpp:19: error: 'MUX_IN' was not declared in this scope
C:\Users\BigGreen\Desktop\arduino-1.0.5-r2\libraries\Robot_Control\ArduinoRobot.cpp:22: error: 'BUZZ' was not declared in this scope
C:\Users\BigGreen\Desktop\arduino-1.0.5-r2\libraries\Robot_Control\ArduinoRobot.cpp:25: error: 'Serial1' was not declared in this scope
this is the sketch i used that i found
i can't post the sketch in here can't i exceeds the max length of 9500 characters
This is the main page for U8Glib : http://code.google.com/p/u8glib/
When you use an example, uncomment the line for the right driver, and perhaps adjust the pin usage.
Don't worry about I2C or SPI or wrong labels or wrong descriptions. The heltec are often the cheapest OLED modules, and often with wrong labels or wrong description. You have 4 pins, so you have I2C.
Two things... Did you put the library in the right place? and did you restart the IDE After you put the library in the right place?
failure to do both would generate the error you reported.
Please be a litte more careful and don't try to rush to a result.
Did you read the posts ? Did you read my post of Reply #5 ? Did you read the links I mentioned ?
The example has many declarations for u8g, they are all commented. You have to uncomment the one that you need for your display. For your display you might need the u8g definition I wrote about in Reply #5.
when i try the graphics test i get this error saying error compiling
C:\Users\BigGreen\Desktop\arduino-1.0.5-r2\libraries\Robot_Control\ArduinoRobot.cpp: In constructor 'RobotControl::RobotControl()':
C:\Users\BigGreen\Desktop\arduino-1.0.5-r2\libraries\Robot_Control\ArduinoRobot.cpp:8: error: 'LCD_CS' was not declared in this scope
C:\Users\BigGreen\Desktop\arduino-1.0.5-r2\libraries\Robot_Control\ArduinoRobot.cpp:8: error: 'DC_LCD' was not declared in this scope
C:\Users\BigGreen\Desktop\arduino-1.0.5-r2\libraries\Robot_Control\ArduinoRobot.cpp:8: error: 'RST_LCD' was not declared in this scope
C:\Users\BigGreen\Desktop\arduino-1.0.5-r2\libraries\Robot_Control\ArduinoRobot.cpp: In member function 'void RobotControl::begin()':
C:\Users\BigGreen\Desktop\arduino-1.0.5-r2\libraries\Robot_Control\ArduinoRobot.cpp:18: error: 'MUXA' was not declared in this scope
C:\Users\BigGreen\Desktop\arduino-1.0.5-r2\libraries\Robot_Control\ArduinoRobot.cpp:18: error: 'MUXB' was not declared in this scope
C:\Users\BigGreen\Desktop\arduino-1.0.5-r2\libraries\Robot_Control\ArduinoRobot.cpp:18: error: 'MUXC' was not declared in this scope
C:\Users\BigGreen\Desktop\arduino-1.0.5-r2\libraries\Robot_Control\ArduinoRobot.cpp:18: error: 'MUXD' was not declared in this scope
C:\Users\BigGreen\Desktop\arduino-1.0.5-r2\libraries\Robot_Control\ArduinoRobot.cpp:19: error: 'MUX_IN' was not declared in this scope
C:\Users\BigGreen\Desktop\arduino-1.0.5-r2\libraries\Robot_Control\ArduinoRobot.cpp:22: error: 'BUZZ' was not declared in this scope
C:\Users\BigGreen\Desktop\arduino-1.0.5-r2\libraries\Robot_Control\ArduinoRobot.cpp:25: error: 'Serial1' was not declared in this scope
I don't understand that, why are the ArduinoRobot files used ?
That is the same problem as you had with Adafruit libraries and the reason you started this topic. But I don't understand why you get those messages. When I use the U8Glib, I don't have those messages.
As far as I know, the GraphicsTest is just the same the sketch you found in the forum with "Hello World!". The GraphicsTest uses a few more functions from the U8Glib, but that's all.
Are your Arduino system files still okay ?
Perhaps you can try to download them again.
Did you try the GraphicsTest in a new sketch ? Or did you add other files to it ? (for example other files in tabs).
Which Arduino board are you using ?
When you would have selected the Arduino Uno board, and include the ArduinoRobot include file, or call a ArduinoRobot function, than those error message would appear.