msemu icon indicating copy to clipboard operation
msemu copied to clipboard

Support DET-1B (and other?) LCD devices

Open CaptainNic opened this issue 5 years ago • 0 comments

I think some of the models had different LCD layouts?

Yes, the DET-1B hardware uses a different LCD so it has a different layout. At some point, would be nice to be able to emulate other hardware. There is a clear FW version difference, e.g. 4.x is used on the DET-1B hardware, so that could be something we could guess at and/or add cmdline options to force.

Originally posted by @kbembedded in https://github.com/kbembedded/msemu/pull/57#issuecomment-706352757

May be a good idea to extract the LCD implementation into a separate place at first, then implement the other lcd devices against the same interface. Then the lcd device could be selected via some configuration when creating the msemu context.

CaptainNic avatar Oct 09 '20 19:10 CaptainNic