2

I'd like to develop a PC LCD display emulator for educational purposes. The display uses HD44780.

I don't know where to start.

Rob Kam
  • 10,063
  • 14
  • 55
  • 65
Daniel Grillo
  • 2,368
  • 4
  • 37
  • 62

1 Answers1

5

Not actually answering your question but it might be of interest:

Dincer's JavaScript LCD Simulator V 1.06

Frank Bollack
  • 24,478
  • 5
  • 49
  • 58
  • 1
    Good find. There is also a link to the source: http://www.dinceraydin.com/djlcdsim/djlcdsim1.zip – e.James May 31 '10 at 20:54