From 63e414fc8a7ec04a0710a05ac9ce610fbb15f1e5 Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Fri, 6 Feb 2015 15:44:39 -0600 Subject: Scale the GUI to fit the screen With this patch set, if needed, we scale the images during early boot. TTF support is needed to properly scale the font. No font scaling is done on the old style fixed width font used in the console. Special thanks to _that for figuring out the scaling and blending function calls to make this possible. Change-Id: If2f79bef16d6db2e1298bfc3d00c9bcca2bee37a --- gui/devices/280x280/res/images/cursor.png | Bin 0 -> 1452 bytes gui/devices/280x280/res/ui.xml | 10 ++++++---- 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 gui/devices/280x280/res/images/cursor.png (limited to 'gui/devices/280x280') diff --git a/gui/devices/280x280/res/images/cursor.png b/gui/devices/280x280/res/images/cursor.png new file mode 100644 index 000000000..32c8ae1ca Binary files /dev/null and b/gui/devices/280x280/res/images/cursor.png differ diff --git a/gui/devices/280x280/res/ui.xml b/gui/devices/280x280/res/ui.xml index 24e6e4ce5..5eaf1a9a7 100644 --- a/gui/devices/280x280/res/ui.xml +++ b/gui/devices/280x280/res/ui.xml @@ -3,6 +3,7 @@
+ TeamWin Backup Naowz Default basic theme @@ -25,10 +26,10 @@ - - - - + + + + @@ -43,6 +44,7 @@ + -- cgit v1.2.3