diff options
Diffstat (limited to 'board/esd/common')
-rw-r--r-- | board/esd/common/lcd.c | 2 | ||||
-rw-r--r-- | board/esd/common/lcd.h | 1 | ||||
-rw-r--r-- | board/esd/common/s1d13806_1024_768_8bpp.h | 1 | ||||
-rw-r--r-- | board/esd/common/s1d13806_320_240_4bpp.h | 1 | ||||
-rw-r--r-- | board/esd/common/s1d13806_640_480_16bpp.h | 1 | ||||
-rw-r--r-- | board/esd/common/s1d13806_640_480_8bpp.h | 1 |
6 files changed, 1 insertions, 6 deletions
diff --git a/board/esd/common/lcd.c b/board/esd/common/lcd.c index a1fc180..d2d642a 100644 --- a/board/esd/common/lcd.c +++ b/board/esd/common/lcd.c @@ -136,7 +136,7 @@ void lcd_init(uchar *lcd_reg, uchar *lcd_mem, S1D_REGS *regs, int reg_count, } s1dValue = regs[i].Value; lcd_reg[s1dReg] = s1dValue; - } + } /* * Decompress bmp image diff --git a/board/esd/common/lcd.h b/board/esd/common/lcd.h index a8971f6..3169e6b 100644 --- a/board/esd/common/lcd.h +++ b/board/esd/common/lcd.h @@ -68,4 +68,3 @@ typedef struct /**** BMP file info structure ****/ unsigned int biClrUsed; /* Number of colors used */ unsigned int biClrImportant; /* Number of important colors */ } BITMAPINFOHEADER; - diff --git a/board/esd/common/s1d13806_1024_768_8bpp.h b/board/esd/common/s1d13806_1024_768_8bpp.h index a37e797..68801bf 100644 --- a/board/esd/common/s1d13806_1024_768_8bpp.h +++ b/board/esd/common/s1d13806_1024_768_8bpp.h @@ -123,4 +123,3 @@ static S1D_REGS regs_13806_1024_768_8bpp[] = {0x01F4,0x00}, /* CPU-to-Memory Access Watchdog Timer Register */ {0x01FC,0x01}, /* Display Mode Register */ }; - diff --git a/board/esd/common/s1d13806_320_240_4bpp.h b/board/esd/common/s1d13806_320_240_4bpp.h index beb6e9e..24d7350 100644 --- a/board/esd/common/s1d13806_320_240_4bpp.h +++ b/board/esd/common/s1d13806_320_240_4bpp.h @@ -123,4 +123,3 @@ static S1D_REGS regs_13806_320_240_4bpp[] = {0x01F4,0x00}, /* CPU-to-Memory Access Watchdog Timer Register */ {0x01FC,0x01}, /* Display Mode Register */ }; - diff --git a/board/esd/common/s1d13806_640_480_16bpp.h b/board/esd/common/s1d13806_640_480_16bpp.h index 6b83bf8..178f1a9 100644 --- a/board/esd/common/s1d13806_640_480_16bpp.h +++ b/board/esd/common/s1d13806_640_480_16bpp.h @@ -123,4 +123,3 @@ static S1D_REGS regs_13806_640_480_16bpp[] = {0x01F4,0x00}, /* CPU-to-Memory Access Watchdog Timer Register */ {0x01FC,0x01}, /* Display Mode Register */ }; - diff --git a/board/esd/common/s1d13806_640_480_8bpp.h b/board/esd/common/s1d13806_640_480_8bpp.h index dd0cc09..c1f5b2b 100644 --- a/board/esd/common/s1d13806_640_480_8bpp.h +++ b/board/esd/common/s1d13806_640_480_8bpp.h @@ -123,4 +123,3 @@ static S1D_REGS regs_13806_640_320_16bpp[] = {0x01F4,0x00}, /* CPU-to-Memory Access Watchdog Timer Register */ {0x01FC,0x01}, /* Display Mode Register */ }; - |