PDA

View Full Version : How to put valiable to GLCD



pramarn
- 13th October 2006, 05:17
My idea need to show result to GLCD
but my glcd driver function input by 'CHARACTER
I can not put "TEMPDATA" to DrawGLCD function

Please help!!

Sample

Function GETTEMP()
TEMPDATA var word
GETTMP = TEMPDATA '### if CALL function GETTMP output to TEMPDATA is "40.32"

How to put TEMPDATA to DrawGLCD function ?
End Function



Function DrawGLCD(CHARACTER ver BYTE )
Draw CHARACTER to GLCD By CHARACTER
End Function



Thank you

sayzer
- 13th October 2006, 16:18
Hi pramarn,

Did you search the forum for the ways of driving a GLCD, first?