smartfriendz / smartrap

the easy to build reprap
GNU General Public License v2.0
126 stars 87 forks source link

smart lcd controller #6

Open matrix77 opened 10 years ago

matrix77 commented 10 years ago

Hi can you help me with the last no servo firmware the smart lcd controller not working.the display is blank.. ..I try with the previous firmware and it works I have to enable in the configuration.h this line: //#define ULTRA_LCD //general LCD support

But this thing doesn't work with this new firmware. The lcd Pcb is red version.

3machine commented 10 years ago

Is u8glib up to date? https://code.google.com/p/u8glib/

smartfriendz commented 10 years ago

Hi Matrix77, Strange. I think we have the same lcd ( i have the cheap red ones) . Did you see at the beginning on the configuration.h there is a "//#define LCDreprapdiscount" . try to uncomment and tell me what happen ? It works for me here. I didn't work with the full graphic cd for now , as i don't have here actually.

R4C3R commented 10 years ago

I had the same problem, however in my case it appeared that the contrast of the display was all the way turned down (little pot which you can turn with a screwdriver).

Regards, R4C3R

2014-07-15 13:23 GMT+02:00 smartfriendz notifications@github.com:

Hi Matrix77, Strange. I think we have the same lcd ( i have the cheap red ones) . Did you see at the beginning on the configuration.h there is a "//#define LCDreprapdiscount" . try to uncomment and tell me what happen ? It works for me here.

— Reply to this email directly or view it on GitHub https://github.com/smartfriendz/smartrap/issues/6#issuecomment-49018979.

matrix77 commented 10 years ago

I try this method (#define LCDreprapdiscount) and the display its working..thank u very much...I have other issue with this firmware. .I try to write tomorrow.