diff target-utils/pirexplore/lcd.c @ 202:b26b7459bd44

pirexplore: lcdramp command renamed to lcdtest: the bars aren't a ramp
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 19 Dec 2013 08:32:33 +0000
parents f65df1d640aa
children
line wrap: on
line diff
--- a/target-utils/pirexplore/lcd.c	Thu Dec 19 08:26:14 2013 +0000
+++ b/target-utils/pirexplore/lcd.c	Thu Dec 19 08:32:33 2013 +0000
@@ -189,10 +189,14 @@
 }
 
 void
-cmd_lcdramp()
+cmd_lcdtest()
 {
 	int i, j, k, p;
 
+	/*
+	 * The result of this command should be 8 vertical bars
+	 * in the natural RGB order.
+	 */
 	set_lcd_addr_region(10, 89, 10, 89);
 	for (i = 0; i < 80; i++) {
 		for (j = 0; j < 8; j++) {