Re: Degree symbol in bash script
"Dave Liquorice" <[email protected]>
| Newsgroups | gmane.comp.sysutils.lcdproc |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 27 Feb 2011 13:37:04 +0000, Brian Platt wrote: > Does anyone know how to print a 'DEGREES' symbol to a HD44780 display via > a bash script? A quick google shows that the "degree" symbol is in the characters set at 0xDF, send that hex code from you bash script and it should display the sysmbol. http://symlink.dk/electro/hd44780/ -- Cheers Dave.