I have been looking for some solution how i can control LCD display, which is connected via USB.
My first result is that i will use MCP2210 -http://www.microchip.com/wwwproducts/Devices.aspx?product=MCP2210 (USB to SPI via HID class). For the developing i used python lib https://github.com/arachnidlabs/mcp2210. Controlling gpio or spi is ok, but speed of spi is not.
I read article about HID where i found out that it can send only 64b/us.
And here is my question, have anyone some solution how can I send commands for display via 64b packets ?
Thanks Mike