Welcome! Log In Create A New Profile

Advanced

FULL GRAPHIC SMART CONTROLLER ERROR

Posted by abhinavm 
FULL GRAPHIC SMART CONTROLLER ERROR
October 12, 2017 05:25AM
I am trying to integrate the full graphic smart control into my R360 3d printer. I added the U8glib library and uncommented the line #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER when I compiled I got the following error.
Aurduino ide version 1.0.6
U8glib version 1
Marlin_360-Marlin_v1

This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Arduino: 1.0.6 (Windows NT (unknown)), Board: "Arduino Mega 2560 or Mega ADK"
In file included from /dogm_lcd_implementation.h:40,
from ultralcd.cpp:32:
/ultralcd_st7920_u8glib_rrd.h: In function 'uint8_t u8g_dev_rrd_st7920_128x64_fn(u8g_t*, u8g_dev_t*, uint8_t, void*)':
ultralcd_st7920_u8glib_rrd.h:57: error: 'u8g_10MicroDelay' was not declared in this scope
ultralcd_st7920_u8glib_rrd.h:59: error: 'u8g_10MicroDelay' was not declared in this scope
ultralcd_st7920_u8glib_rrd.h:60: error: 'u8g_10MicroDelay' was not declared in this scope
ultralcd_st7920_u8glib_rrd.h:61: error: 'u8g_10MicroDelay' was not declared in this scope
ultralcd_st7920_u8glib_rrd.h:63: error: 'u8g_10MicroDelay' was not declared in this scope
ultralcd_st7920_u8glib_rrd.h:66: error: 'u8g_10MicroDelay' was not declared in this scope
ultralcd_st7920_u8glib_rrd.h:67: error: 'u8g_10MicroDelay' was not declared in this scope
ultralcd_st7920_u8glib_rrd.h:68: error: 'u8g_10MicroDelay' was not declared in this scope
ultralcd_st7920_u8glib_rrd.h:70: error: 'u8g_10MicroDelay' was not declared in this scope
ultralcd_st7920_u8glib_rrd.h:71: error: 'u8g_10MicroDelay' was not declared in this scope
ultralcd_st7920_u8glib_rrd.h:73: error: 'u8g_10MicroDelay' was not declared in this scope
ultralcd_st7920_u8glib_rrd.h:87: error: 'u8g_10MicroDelay' was not declared in this scope
ultralcd_st7920_u8glib_rrd.h:90: error: 'u8g_10MicroDelay' was not declared in this scope
ultralcd_st7920_u8glib_rrd.h:93: error: 'u8g_10MicroDelay' was not declared in this scope
ultralcd_st7920_u8glib_rrd.h:94: error: 'u8g_10MicroDelay' was not declared in this scope
ultralcd_st7920_u8glib_rrd.h:98: error: 'u8g_10MicroDelay' was not declared in this scope
ultralcd_st7920_u8glib_rrd.h:99: error: 'u8g_10MicroDelay' was not declared in this scope
ultralcd_st7920_u8glib_rrd.h:102: error: 'u8g_10MicroDelay' was not declared in this scope
ultralcd_st7920_u8glib_rrd.h:103: error: 'u8g_10MicroDelay' was not declared in this scope
ultralcd_st7920_u8glib_rrd.h:115: error: 'u8g_dev_pb32h1_base_fn' was not declared in this scope
In file included from ultralcd.cpp:32:
/dogm_lcd_implementation.h: In function 'void lcd_implementation_init()':
dogm_lcd_implementation.h:98: error: 'class U8GLIB_ST7920_128X64_RRD' has no member named 'setContrast'
ultralcd.cpp: In function 'void lcd_set_contrast()':
ultralcd.cpp:890: error: 'class U8GLIB_ST7920_128X64_RRD' has no member named 'setContrast'
ultralcd.cpp: In function 'void lcd_setcontrast(uint8_t)':
ultralcd.cpp:1300: error: 'class U8GLIB_ST7920_128X64_RRD' has no member named 'setContrast'

Edited 1 time(s). Last edit at 10/12/2017 05:27AM by abhinavm.
Sorry, only registered users may post in this forum.

Click here to login