Ilia Lilov
-
2010-04-15
- priority: 5 --> 2
Every programmer get accustomed: left top pixel of screen (or window) has coordinates (0; 0). But if we will send to 16x16 LED Matrix's string value 0x0001 (1 in Bit-0) then we will see dot at right side. The same about columns. It's intuitive (1 at right position, so dot at right position), but doesn't follow programming standard. Of course, we could to use two splitters to split, reverse order and merge again, but having option for LED Matrix "Inverse bit order" would be better.