Re: [U-Boot] [PATCH] Add 16bit colour support in lcd.h

2009-07-26 Thread Anatolij Gustschin
Mark Jackson wrote: This patch adds support for LCD_COLOR16 in include/lcd.h. Signed-off-by: Mark Jackson m...@mimc.co.uk --- include/lcd.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Applied to u-boot-video. Thanks! Best regards, Anatolij

[U-Boot] [PATCH] Add 16bit colour support in lcd.h

2009-07-21 Thread Mark Jackson
This patch adds support for LCD_COLOR16 in include/lcd.h. Signed-off-by: Mark Jackson m...@mimc.co.uk --- include/lcd.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/lcd.h b/include/lcd.h index f054cac..0d6549c 100644 --- a/include/lcd.h +++ b/include/lcd.h @@