-
Added graphics LCD support
12/13/2021 at 07:22 • 0 commentsAs part of adding support for my Graphics LCD module to my HBC-56 emulator, I needed to first add support for Graphics LCDs to this project.
This LCD emulator now supports all commands for character LCDs and most commands for the 12864B Graphics LCD.
-
Live web-based demos
09/13/2021 at 04:50 • 0 commentsYou can now try this Character LCD emulator in your browser. Here are a couple of live demos:
Hello World! 16x2 character LCD demo. Just type into the character LCD using your keyboard. https://visrealm.github.io/vrEmuLcd/examples/helloworld
For a deeper dive into the character LCD interface, you can try this reproduction of David Murray's character LCD project box. TO use this demo, you will need to know how some of the commands work. Flick the switches to input a byte of data at a time to either the instruction or data register of the display. https://visrealm.github.io/vrEmuLcd/examples/8bitguy