From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 18 Apr 2015 19:03:48 +0200 Subject: [U-Boot] [PATCH v4 0/4] common/lcd_console: introduce display/framebuffer rotation In-Reply-To: <1427439699-11126-1-git-send-email-oe5hpm@oevsv.at> References: <1427439699-11126-1-git-send-email-oe5hpm@oevsv.at> Message-ID: <20150418190348.288b445f@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 27 Mar 2015 08:01:34 +0100 Hannes Petermaier wrote: ... > Hannes Petermaier (4): > common/lcd_console: cleanup lcd_drawchars/lcd_putc_xy > common/lcd_console: ask only one-time for bg/fg-color per call > common/lcd_console: move single static variables into common (static) > structure > common/lcd_console: introduce display/framebuffer rotation > > README | 20 +++++ > common/Makefile | 1 + > common/lcd.c | 15 ++-- > common/lcd_console.c | 200 +++++++++++++++++++++-------------------- > common/lcd_console_rotation.c | 195 ++++++++++++++++++++++++++++++++++++++++ > include/lcd.h | 9 ++ > include/lcd_console.h | 28 +++++- > 7 files changed, 358 insertions(+), 110 deletions(-) > create mode 100644 common/lcd_console_rotation.c series applied after fixing build issues with some boards. Thanks, Anatolij