Hi bitmaniac & all,
I used bitmaniac's matrix.zip files to wake up my LCD with 16F876A and wake up was success
Then I tried to add some new characters to EEPROM area (DATA), but EEPROM is quite limited. I made some modifications to (Lcd_SentChar, attachement) and removed all character from EEPROM area. Now I have both A-Z and a-z characters available, working fine
Also I added some extended ASCII codes, like Ä,Ö,ä,ö but then I noticed problems? It seems that LOOKUP cannot handle extended ASCII codes? Error message was: Argument out of range. Least signficant bits used and there was no exteded ASCII on LCD
LOOKUP2 didn't give any errors, but no extended ASCII characters on LCD.
Can somebody help, how to show extended ASCII with LOOKUP command?
Bookmarks