commit | a030d82031d925be84f2a1920165251f0aa41929 | [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 | f5f5ef279c2fc606925c2f562f1466aec4d8e61e [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>