commit | 7471142cdf75c562f2ac8f07c021e0ba80bde6bd | [log] [tgz] |
---|---|---|
author | Hannes Petermaier <hannes.petermaier@br-automation.com> | Fri Mar 27 08:01:37 2015 +0100 |
committer | Anatolij Gustschin <agust@denx.de> | Sat Apr 18 10:40:46 2015 +0200 |
tree | 6dec22733e8d2bd80b23aee1f904a674392b7866 | |
parent | a202c5bd24d68d640fcb0d6f43ff7f30ccc5780d [diff] |
common/lcd_console: move single static variables into common (static) structure For coming implementation of lcd_console rotation, we will need some more variables for holding information about framebuffer size, rotation, ... For better readability we catch all them into a common structure. Signed-off-by: Hannes Petermaier <hannes.petermaier@br-automation.com> Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at> Acked-by: Nikita Kiryanov <nikita@compulab.co.il>