Home
Prox / RFID
Verichips
Ladder Logic
[interfacing] †
Tube Joints
Key Code From Photo
SolveSpace (3d CAD)
SketchFlat (2d CAD)
Photographs
Miscellany
Resume / Consulting
Contact Me

LDmicro Forum - lcd

(you are viewing a thread; or go back to list of threads)

lcd (by lolp)
Please help in that I could spit out the 500 LCD 50.0 format.
Tue Nov 8 2011, 13:06:51, download attachment analog.ld
analog serial display (by murat solak)
sample
Fri Nov 11 2011, 03:02:58, download attachment analog.rar
adc 500 = 50.0 (by murat solak)
adc move 500 dıv 10 analog: \3.0\x3E\n ok
Fri Nov 11 2011, 03:56:25, download attachment analog50.0.rar
(no subject) (by lolp)
Thank you, but I like the analog-tenth accurately displayed.
Fri Nov 11 2011, 14:44:56
(no subject) (by MAX)
you could handle the decimal point in to an other variable... but it require sum math

Exemple
var = 1023

var / 100 = var1 = 10

var1 X 100 = var2 = 1000

var - var2 = var3 = 23

Send 2 serial string to your LCD...

{{var1} 2\.} {{var3} 2\r\n}
Sun Nov 13 2011, 09:30:06
(no subject) (by MAX)
Ld exemple

Excuse for the double post
Sun Nov 13 2011, 09:48:05, download attachment Decimal point LCD.ld
(no subject) (by lolp)
Thank you.
Mon Nov 14 2011, 08:25:54
Post a reply to this comment:
Your Name:
Your Email:
Subject:
(no HTML tags; use plain text, and hit Enter for a line break)
Attached file (if you want, 5 MB max):