Just a very minor thing... :-) GRB vs. BRG has nothing to do with MSB or LSB (Most/Least Significant Byte) order. Neither Red, Green or Blue is more significant then any other color, it is just the order they have selected to send them. What could be a question about significance is the order the individual bits or each color is sent. *That* could be MSb or LSb (Most/Least Significant bit) first. :-) In any case, just follow what the datasheet says... :-) Jan-Erik. Josh Koffman wrote 2014-08-22 02:45: > Just an an update, the new data structure worked. I haven't done a > side by side to see if it's shorter than the shifting around and > combining I was doing previously, but from memory I believe it's > shorter. > > One stupid moment, the datasheet calls out the order of colors as GRB, > which is how I made the data structure. What I forgot was that they > are talking about transmission order, and they are MSB first. So it > actually needed to be BRG. Not a huge problem, but it's nice to have > it fixed. > > Thanks everyone for the help! > > Josh > --=20 http://www.piclist.com/techref/piclist PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .