I have my own USB LCD module. I want to use LCD Smartie, where can I find the sent packets to PIC? So I can write my own firmware....
Max Input Packet Size, Max Output Packet Size, what does the software send for writing LCD?
Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
USB LCD Packet Information
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351, hydrolisk1792
-
- Forum Supporter
- Posts: 734
- Joined: October 15th, 2005, 10:39 am
- Location: Romania
- Contact:
Re: USB LCD Packet Information
Take a look at MatrixOrbital or Crystalfontz plugins.
They send the data serially so you will just have to make a simple CDC interface and capture the data, translating it in LCD output.
http://lcdsmartie.cvs.sourceforge.net/v ... ll_source/
Commands are also documented on MO and CF websites.
They send the data serially so you will just have to make a simple CDC interface and capture the data, translating it in LCD output.
http://lcdsmartie.cvs.sourceforge.net/v ... ll_source/
Commands are also documented on MO and CF websites.