Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Wrong/missing chars

General discussion about LCD Smartie.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351

Post Reply
MORA
Posts: 14
Joined: March 7th, 2007, 5:21 pm

Wrong/missing chars

Post by MORA »

After a while (10secs to several minutes) I get wrong or missing chars on the display, if the line is updated often enough it goes away by itself, but if its fairly static the error remains untill the screen changes to next page.

Is there anyway to get smartie to reload the entire page at some interval to correct this ?

The display is a 4*20 LPT1
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

Why the characters should disappear? :shock:
I own a parallel connection LCD and its working flawless.

Please check your port settings.

Edit: check also for second instance of the program




:idea: simple workaround
Set two screens (enabled both) with the same lines, switching from one to other will solve this strange behaviour.
MORA
Posts: 14
Joined: March 7th, 2007, 5:21 pm

Post by MORA »

I am using the default LPT1 data, just tried setting timer multipiler, but didnt help, the 2 screen fix can work, but it complicated everything by having 2 screens for each static screen.
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

which version are you using?
can you check the latest beta as well the 5.3 final?
MORA
Posts: 14
Joined: March 7th, 2007, 5:21 pm

Post by MORA »

I am using 5.4 RC2, but used the latest stable before that with same problems.

I brought the lcd in a finished version, only mod I made myself is drawing the power from usb instead of molex.
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

:smt017 Something is going on with your display...
try to modify the refresh interval to a higher rate
MORA
Posts: 14
Joined: March 7th, 2007, 5:21 pm

Post by MORA »

Even at 500ms update interval theres problems.
Sofar only with shifting chars, like MB becomes MMB or MBB for a sec.

this is my screen

Code: Select all

$Time(ddddd  hh:nn)
 CPU:$Right($CPUUsage%%,$3%) MEM:$Right($MemFreeMB,$5%)
C:$Right($HDFreg(C),$4%)GB of $Right($HDTotag(C),$3%)GB
Z:$Right($HDFreg(Z),$4%)GB of $Right($HDTotag(Z),$3%)GB
line 1,3,4 is center
MORA
Posts: 14
Joined: March 7th, 2007, 5:21 pm

Post by MORA »

Seems "Emulate LCD" helped, what does that function do ?

[Edit] After 15minutes the first char went missing and there were a few times with shifted chars.
Thats with emulate lcd, 1000ms update and 2 in timer multipiler
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

The emulate LCD function enables the virtual display to show exactly the LCD output (inclubing any custom characters).
Post Reply