SmartGPU2-LCD480X320Touch-CommandSet

SMART GPU 2 3.5” TOUCH
Command Set
Vizic Technologies ©2014 128
Example (sent and received
commands)
Example 1:
<45,52,00,00,00,0A> (10 Bytes Data),00,0A,4F
Read 10(dec) Bytes of EEPROM RAM Buffer Data
starting from Address 0(dec).
Example 2:
<45,52,00,0A,00,32> (50 Bytes Data),00,32,4F
Read 50(dec) Bytes of EEPROM RAM Buffer Data
starting from Address 10(dec).
Example 3:
<45,52,07,F8,00,0A> (10 Bytes Data),00,08,4F
Read 10(dec) Bytes of EEPROM RAM Buffer Data
starting from Address 2040(dec), Successfully
Read Bytes Is minor than Bytes To Read, this
means that the only valid data are the first 8(dec)
bytes, the other 2 bytes are just 0x00s, this is
because starting address is 2040(dec) and the
maximum address is 2047(dec).
All data is in hex.