picUSBtoGLCD is a hardware and software project for PC control of SED1330F based 256x128 monochrome GLCDs over a USB connection. A PIC18F4550 handles the USB connection.
Project located at:
http://github.com/snowblind/picUSBtoGLCDschematic, ready to program HEX files for the PIC, PIC source code( CCS C ), LCDInfo driver DLL source code,
VS2008 C WIN32 based cmdline program and source code showing how to control the picUSBtoGLCD( starting point for your own ideas), etc. Please see the README file on the git for more info.
LCDInfo driver DLL:
http://github.com/snowblind/picUSBtoGLCD/blob/master/LCDInfo_Driver/picUSBtoGLCD_driver.dllThe driver DLL is text only for now.