Good day to all.

I have two questions. One is related to this amazing library shared by Richard and the other one is related to a small project i have.

1. May i add a picture to nokia LCD via the usercommand LCDDAT?

For image data could i use the GLCD from Miktoelektronics?

Code:
;##################################################################
 USERCOMMAND "LCDC"     ;X,Y,CHR  0 <  X < 84  ,   0 <  Y < 7    31 < CHR > 127  
 USERCOMMAND "LCDCLR"   ;clear LCD   
 USERCOMMAND "LCDSTR"   ;STRING @ X,Y  or   Constant String
 USERCOMMAND "LCDCMD"   ;cmd BYTE TO LCD 
 USERCOMMAND "LCDDAT"   ;DATA BYTE TO LCD
2. Im working with some speed values. So range can be from 0 to infinity.

How could i catch/retreive the highest value from a Variable? Is there any specific way - path to do that?

thanks.