Guest
#3417785
Hallo all I have the data in this pattern which I want to be shifted (32 bits) : 0x00000001 0x00000200 0x00030000 0x04000005 This data transfer happens in a single clock pulse . i.e .I get four 32 bit data for every clock pulse (each has a single delta delay).This is basically a RGB data. Each 24 bit forms a pixel. I want this data to be shifted continuously into a 24 bit register.So that I can create an image using the above data. I am looking for a solution for this . Please help. Thanks in advance Steve.