Merge branch 'master' of git://github.com/microbuilder/LPC1343CodeBase
[hackover2013-badge-firmware.git] / project / commands / drawing / cmd_pixel.c
index 9acbdd7..0055aaa 100644 (file)
@@ -87,7 +87,7 @@ void cmd_getpixel(uint8_t argc, char **argv)
   uint16_t value = colorsBGR2RGB(lcdGetPixel(x, y));
 
   // Output the results
-  printf("%d%s", value, CFG_PRINTF_NEWLINE);
+  printf("0x%04X%s", value, CFG_PRINTF_NEWLINE);
 }
 
 #endif  
This page took 0.019329 seconds and 4 git commands to generate.