contiki-ng / mspsim

Official MSPSim git repository
BSD 3-Clause "New" or "Revised" License
66 stars 83 forks source link

Add lcd display emulation for dot-matrix-lcd with pt6520 controllers #37

Open threebs opened 9 years ago

threebs commented 9 years ago

Add lcd display emulation for electronic assembly 122dip and pt6520 display controllers Add a sample node code to demonstrate usage of display emulation classes.

joakimeriksson commented 9 years ago

Looks like it works fine! But is there any general interest? I do not have any Contiki port to test build other firmwares, etc so for me it is hard to make use of it other than running the firmware included in the PR. Any other comments?

cmorty commented 9 years ago

Although I have no use case and the code could use some re-factoring I think this is to cool to be rejected.

joakimeriksson commented 9 years ago

Well then - that is some general interest then ;-) I'll take a quick look at the code - I think that is ok to get it in - it just add more emulation and does not change anything that might break anything else from what I can see.