
I have built my own LCD driver for various usage. It's not only LCD, it has some LEDs, temperature sensor and few other things. I was writing my own software for driving it.
Recently few people got interested in my device so I wanted to make it display various other info, than I was using it for. And that's how I discovered LCD Smartie

So... my question is: how can I make it compatible with it? My controller is command driven over RS232. I can change the protocol, but it still has to be command driven (so I can control the LEDs and others). Should I write some driver for LCD Smartie? Or maybe there's a way to make my commands compatible somehow with your software?
In return, I can design few various nice things for you

update:
I have found something like Matrix Orbital commands. Is this the proper way? Does anyone have a full set of the commands? And I mean - a full one.
update 2:
And how can I write the driver for my device? Is there any template/SDK/whatever? It would be matrix-based, but with some extensions...