Welcome! Log In Create A New Profile

Advanced

'LCD_CLICKED' was not declared in this scope ERROR

Posted by ghuffman03 
'LCD_CLICKED' was not declared in this scope ERROR
May 20, 2013 08:56PM
using both the RepRapDiscount_Full_Graphic_Smart_Controller (http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller) and RUMBA (http://reprap.org/wiki/RUMBA) and having a bit of an issue when i modify the settings in the Marlin file: Configuration.h, anytime I define this controller as being used I get an error when trying to upload the file to the board. Please help!

'LCD_CLICKED' was not declared in this scope

ultralcd.cpp: In function 'void lcd_status_screen()':
ultralcd.cpp:168: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void lcd_main_menu()':
ultralcd.cpp:238: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:241: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:243: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:245: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:252: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:254: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:255: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:257: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:263: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void lcd_tune_menu()':
ultralcd.cpp:315: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:316: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:317: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:327: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:328: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void lcd_prepare_menu()':
ultralcd.cpp:338: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:342: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:343: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:345: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:346: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:347: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:348: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void lcd_move_x()':
ultralcd.cpp:372: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void lcd_move_y()':
ultralcd.cpp:396: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void lcd_move_z()':
ultralcd.cpp:420: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void lcd_move_e()':
ultralcd.cpp:440: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void lcd_move_menu_axis()':
ultralcd.cpp:451: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:452: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:453: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:456: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:457: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void lcd_move_menu()':
ultralcd.cpp:481: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:482: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:483: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:484: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void lcd_control_menu()':
ultralcd.cpp:492: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:493: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:494: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:502: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void lcd_control_temperature_menu()':
ultralcd.cpp:513: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:514: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:524: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:526: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:527: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:528: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:529: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:532: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:534: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:535: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:537: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:540: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:541: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void lcd_control_temperature_preheat_pla_settings_menu()':
ultralcd.cpp:548: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:549: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:550: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void lcd_control_temperature_preheat_abs_settings_menu()':
ultralcd.cpp:563: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:564: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:565: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void lcd_control_motion_menu()':
ultralcd.cpp:578: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:579: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:580: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:581: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:582: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:583: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:584: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:585: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:586: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:587: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:588: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:589: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:590: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:591: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:592: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:593: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:594: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:595: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:596: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:597: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void lcd_sdcard_menu()':
ultralcd.cpp:636: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:644: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:654: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp:656: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void menu_edit_int3()':
ultralcd.cpp:728: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void menu_edit_callback_int3()':
ultralcd.cpp:728: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void menu_edit_float3()':
ultralcd.cpp:729: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void menu_edit_callback_float3()':
ultralcd.cpp:729: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void menu_edit_float32()':
ultralcd.cpp:730: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void menu_edit_callback_float32()':
ultralcd.cpp:730: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void menu_edit_float5()':
ultralcd.cpp:731: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void menu_edit_callback_float5()':
ultralcd.cpp:731: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void menu_edit_float51()':
ultralcd.cpp:732: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void menu_edit_callback_float51()':
ultralcd.cpp:732: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void menu_edit_float52()':
ultralcd.cpp:733: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void menu_edit_callback_float52()':
ultralcd.cpp:733: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void menu_edit_long5()':
ultralcd.cpp:734: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void menu_edit_callback_long5()':
ultralcd.cpp:734: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void lcd_update()':
ultralcd.cpp:896: error: 'LCD_CLICKED' was not declared in this scope
ultralcd.cpp: In function 'void lcd_buttons_update()':
ultralcd.cpp:969: error: 'EN_A' was not declared in this scope
ultralcd.cpp:970: error: 'EN_B' was not declared in this scope
ultralcd.cpp:973: error: 'EN_C' was not declared in this scope
ultralcd.cpp:1008: error: 'EN_A' was not declared in this scope
ultralcd.cpp:1010: error: 'EN_B' was not declared in this scope
ultralcd.cpp:1016: error: 'encrot0' was not declared in this scope
ultralcd.cpp:1017: error: 'encrot3' was not declared in this scope
ultralcd.cpp:1019: error: 'encrot1' was not declared in this scope
ultralcd.cpp:1022: error: 'encrot1' was not declared in this scope
ultralcd.cpp:1025: error: 'encrot2' was not declared in this scope
ultralcd.cpp:1028: error: 'encrot2' was not declared in this scope
ultralcd.cpp:1031: error: 'encrot3' was not declared in this scope
ultralcd.cpp:1034: error: 'encrot3' was not declared in this scope
ultralcd.cpp: In function 'bool lcd_clicked()':
ultralcd.cpp:1054: error: 'LCD_CLICKED' was not declared in this scope
Re: 'LCD_CLICKED' was not declared in this scope ERROR
May 21, 2013 08:38PM
can you post your entire firmware, such as place it in a zip file. some of us can download it, and see what the error is. I have not used this type of graphics display, so I'll give it a try but am not sure i can help you with it. someone else here may be more capable, but I'm sure some one will help.
Sorry, only registered users may post in this forum.

Click here to login