How to access a specific character on the LCD character set?

Hi,

I would like to print Greek letters to my HD44780 display. I know that they're in the character set (http://www.electronic-engineering.ch/microchip/datasheets/lcd/charset.gif) but I can't work out how to print them. Can anyone advise, please?

Use char(x) where x is the ASCII number of the symbol you want.

Ah, thanks. I understand how to read the table now!