Hello.
After I got external EEPROM working, now it's time to do some graphics.
For this purpose I use ST7920 controller based LCD, which has parallel interface, so works directly with LCDOUT statement, making many complicated things simpler. However, it can't transmit $FE to display, since it is used as statement. This creates many issues with graphics to be sent to display. So I have to replace LCDOUT with something "discrete".
I've read HD44780 manual, but some moments are not clear, so are there any code ideas, with which I just can simply send required byte to HD44780 compatible screen, in 4 bit mode, but without using LCDOUT statement?
Bookmarks