From 6307d71a343657595bac35731061dab9e9937c65 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 19 Apr 2011 01:16:40 +0000 Subject: Finish integration of the LPCXpresso OLED NX example git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3523 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/drivers/lcd/ssd1305.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/drivers/lcd/ssd1305.h') diff --git a/nuttx/drivers/lcd/ssd1305.h b/nuttx/drivers/lcd/ssd1305.h index 246ca63c5..87c955de4 100755 --- a/nuttx/drivers/lcd/ssd1305.h +++ b/nuttx/drivers/lcd/ssd1305.h @@ -118,7 +118,7 @@ # define SSD1305_SETBANK31(c) (c << 4) /* Data 4, Bits 4-5: Bank 31 color */ # define SSD1305_SETBANK32(c) (c << 6) /* Data 4, Bits 6-7: Bank 32 color */ #define SSD1305_MAPCOL0 0xa0 /* 0xa0: Column address 0 is mapped to SEG0 */ -#define SSD1305_MAPCOL131 0xa1 /* 0xa1: Column address 131 is mapped to SEG0*/ +#define SSD1305_MAPCOL131 0xa1 /* 0xa1: Column address 131 is mapped to SEG0 */ #define SSD1305_DISPRAM 0xa4 /* 0xa4: Resume to RAM content display */ #define SSD1305_DISPENTIRE 0xa5 /* 0xa5: Entire display ON */ #define SSD1305_DISPNORMAL 0xa6 /* 0xa6: Normal display */ -- cgit v1.2.3