While I was waiting for the display to come, I wrote a Lcd Smartie driver wrapper so any display that works with Lcd Smartie should work with LcdWriter (the dll must be named LcdSmartieDisplay.dll and placed in the app folder).
The driver for the VLSMCE VFD for Lcd Smartie was used for testing, and so far is working better than the one I wrote (:() so it should work with this one as well.
In addition, since I was created a new display anyway, a base class implementing ILcdWriter was created which handles most of the common logic so anyone looking to add a display that isn't supported by LcdSmartie will have a much easier time.
I'm going to run it for a few days, and assuming everything keeps working as well as it currently is the installer will be available soon.