From 19d41ed5ff303198ab08b1f078565facf65f74f5 Mon Sep 17 00:00:00 2001 From: patacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3> Date: Sat, 15 May 2010 22:07:34 +0000 Subject: [PATCH] cosmetic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2676 42af7a65-404d-4744-a932-0658087f49c3 --- drivers/lcd/p14201.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/lcd/p14201.c b/drivers/lcd/p14201.c index c06cf33792..d3ea175761 100755 --- a/drivers/lcd/p14201.c +++ b/drivers/lcd/p14201.c @@ -364,13 +364,13 @@ static const uint8_t g_initcmds[] = (14 << 4), /* Oscillator Frequency, FOSC, setting */ SSD1329_NOOP, 17, SSD1329_GSCALE_LOOKUP, /* Look Up Table for Gray Scale Pulse width */ - 1, 2, 3, 4, 5, 6, 8, 10, /* Value for GS1-8 level Pulse width */ - 12, 14, 16, 19, 22, 26, 30, /* Value for GS9-15 level Pulse width */ + 1, 2, 3, 4, 5, /* Value for GS1-5 level Pulse width */ + 6, 8, 10, 12, 14, /* Value for GS6-10 level Pulse width */ + 16, 19, 22, 26, 30, /* Value for GS11-15 level Pulse width */ SSD1329_NOOP, 3, SSD1329_PRECHRG2_PERIOD, /* Set Second Pre-charge Period */ 1, /* 1 DCLK */ SSD1329_NOOP, - // Pre-charge voltage 3, SSD1329_PRECHRG1_VOLT, /* Set First Precharge voltage, VP */ 0x3f, /* 1.00 x Vcc */ SSD1329_NOOP, -- GitLab