1. Got a question or need help troubleshooting? Post to the troubleshooting forum or Search the forums!

Solved RepRap discount full graphic LCD help

Discussion in 'Troubleshooting' started by mjones0216, Feb 20, 2016.

Thread Status:
Not open for further replies.
  1. mjones0216

    mjones0216 New Member

    Joined:
    Dec 7, 2015
    Messages:
    8
    Likes Received:
    1
    I'm trying to update the firmware on my R1+ to use the discount full graphic LCD. I cant get it to verify/compile. I keep getting
    C:\Users\Matt\Downloads\ROBO3DR1PLUSV1\ROBO3DR1PLUSV1\ROBO3DR1PLUSV1.ino:44:101: fatal error: U8glib.h: No such file or directory

    #include <U8glib.h> // library for graphics LCD by Oli Kraus

    ^

    compilation terminated.

    exit status 1
    Error compiling.

    I've added U8glib.h and U8glib.cpp but still I have no luck. What am I doing wrong?
     
  2. WheresWaldo

    WheresWaldo Volunteer ( ͠° ͟ʖ ͡°)
    Staff Member

    Joined:
    Feb 18, 2015
    Messages:
    5,905
    Likes Received:
    3,593
    You do not add them to the source files, they are added to the Arduino IDE as a library. http://arduino.cc for more detailed instructions on adding libraries.
     
  3. Mike Kelly

    Mike Kelly Volunteer

    Joined:
    Mar 11, 2013
    Messages:
    6,967
    Likes Received:
    2,276
    this is the guide I followed
     
  4. mjones0216

    mjones0216 New Member

    Joined:
    Dec 7, 2015
    Messages:
    8
    Likes Received:
    1
    Thanks guys, finally got it!
     
  5. jhenager1

    jhenager1 Member

    Joined:
    Jan 19, 2015
    Messages:
    42
    Likes Received:
    3
    He lost me at about the 3 minute mark. Can't find marlin.pde. If anyone has step by step instructions, that would be great. I got a blank blue screen.
     
  6. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
  7. colinbuck

    colinbuck New Member

    Joined:
    Mar 17, 2017
    Messages:
    6
    Likes Received:
    0
    Yep I followed that video also but got stuck at the part where he mentioned about the marlin firmware what is it and where do I get it from would I be better off wither the original reprapdiscount xxl thanks for the reply by the way
     
  8. colinbuck

    colinbuck New Member

    Joined:
    Mar 17, 2017
    Messages:
    6
    Likes Received:
    0
    Yep I'm using arduino ide connection but since this is all new to me not quite sure what I'm doing within arduino and think I might have change and uploaded something to my board and now matter control won't connect to my printer is there a sort of default restore to factory setting
     
  9. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    That LCD display does not require firmware modifications.
     
Thread Status:
Not open for further replies.

Share This Page