Page 1 of 1

lcd isnt displaying anything. - Resolved

Posted: Thu Aug 15, 2013 7:07 am
by greentech
lcd isnt displaying anything.

Re: When is it planned to release the Final version ?

Posted: Thu Aug 15, 2013 7:43 am
by medelec35
greentech wrote:lcd isnt displaying anything.
On hardware or simulation?
If you can post your flowchart (if issue is with hardware can you also post your C code file please), we can help you out.

Re: lcd isnt displaying anything.

Posted: Thu Aug 15, 2013 3:39 pm
by JonnyW
Hi/ I have moved this post to bug reports. If there is an issue please start a separate thread for it, as it is very difficult for us to track problems if they are all intermingled.

Cheers,

Jonny

Re: lcd isnt displaying anything.

Posted: Fri Aug 16, 2013 7:04 am
by greentech
ok

Re: lcd isnt displaying anything.

Posted: Fri Aug 16, 2013 7:05 am
by greentech
LCD dont work in simulation. Havent tested it on hardware.

Re: lcd isnt displaying anything.

Posted: Fri Aug 16, 2013 11:23 am
by JonnyW
Hello.

Can you send us a sample flowchart and a screenshot of the LCD please? It may be a graphical issue - can you get a gLCD to draw anything on, or get the component in this post to draw anything?

Jonny

Re: lcd isnt displaying anything.

Posted: Fri Aug 16, 2013 10:13 pm
by greentech
i can send u the pic. but u should trust me.

Re: lcd isnt displaying anything.

Posted: Fri Aug 16, 2013 11:15 pm
by kersing
greentech wrote:i can send u the pic. but u should trust me.
Providing MM with a flow chart and screenshot enables them to try and reproduce the issue.This is not related to trust, it is a normal procedure for researching issues. Could you provide the fcfx file as well??

Re: lcd isnt displaying anything.

Posted: Sat Aug 17, 2013 10:25 am
by greentech
its a simple prog

start lcd
cursor x=0
cursor y =0

print string "Hello world"

Re: lcd isnt displaying anything.

Posted: Sat Aug 17, 2013 10:45 am
by medelec35
that looks like a graphics issue.
The border of LCD component is a different colour to the default green colour,plus you can't see the gold colour contacts:
Lcd_eb005.png
(30.63 KiB) Downloaded 6431 times
I did have an issue with Keypad graphics, when others did not.
That was fixed in an update.
Maybe this is a similar issue?
It maybe handy if you can post your pc specifications in including openGL version.
That can be found by 'Help' menu then 'About Flowcode'

Please take in to account I'm only guessing and my not necessary be correct.

Re: lcd isnt displaying anything.

Posted: Sat Aug 17, 2013 7:16 pm
by Benj
Hello,

I sometimes get similar graphics issues when using my old two screen graphics card at work. What happens if you save the file and then hit the reload button on the toolbar. If this doesn't fix it then try a couple more times and let us know how you got on.

Re: lcd isnt displaying anything.

Posted: Mon Aug 19, 2013 9:58 am
by JonnyW
Hi.

As Jac says, there is no trust issue involved -why would you make something up? During a Beta we get a lot of bug reports. Unfortunately those that simply say "it doesn't work" have to go to the bottom of the pile as if I can not reproduce your issue, I can not fix it. Remote debugging is hard at the best of times - the more info you provide, the more chance of reproducing.

Anyway, the issue in your screenshot is most likely what is called Z-fighting and is related to your graphics card. All OpenGL implementations are different and the graphics require the occasional tweaks because of this.

We can have a play here.

In the meantime if you want to do some investigating:
  • Open Menu->View->Component Debugger and check "Expose full component tree in property pane".
  • In the Properties drop down you should see the lcd_eb005, and under it the LCD. Double click this.
  • If all has gone to plan the LCD front pane (the bit that cant be seen) should be highlighted and the 'Z' value of the LCD should be 4.9
  • Change this to 5.0, press return, and see if this fixes the issue
Remember this is only a proof of concept - next time you open the LCD it will be back at 4.9.

When I have rebuilt Flowcode here I will recompile the LCD with the adjusted values and get back to you.

Jonny

Re: lcd isnt displaying anything.

Posted: Mon Aug 19, 2013 12:10 pm
by JonnyW
Hi greentech.

Do you want to try dropping this file into your components directory and see if this fixes the issue? Make a backup of your LCD component first, preferably in another directory (so Flowcode won't pick it up).
LCD.fcpx
(4.82 KiB) Downloaded 277 times
I have brought the LCD screen forward a little so it isn't clipping.

Jonny

Re: lcd isnt displaying anything.

Posted: Wed Aug 21, 2013 9:27 am
by greentech
ok now it looks pretty awsm. please make user input methods easier.
Lcd looking lovely.