summaryrefslogtreecommitdiffstats
path: root/gui/devices/320x320/res/images/cursor.png (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-18gui: remove old unmaintained 2.x themethat1-0/+0
Change-Id: I1181307989c7478ac6b84bf77732ee5dcff52ed1
2016-08-04Optimize and reduce size of PNG filesJames Christopher Adduono1-0/+0
Done using: find -type f -name *.png -exec optipng -o7 -nc -fix {} + (-nc is required as TWRP png lib can't handle color type changes) find -type f -name *.png -exec advdef -4 -z {} + (use Zopfli compressor on insane prefix to reduce size even more) Total amount of bytes saved: 317,491 Change-Id: I545c678f71942e6ceb95acb631841ea7ef82a049
2015-02-10Scale the GUI to fit the screenEthan Yonker1-0/+0
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
2014-02-07Implement mouse cursorVojtech Bocek1-0/+0
Signed-off-by: Vojtech Bocek <vbocek@gmail.com> Change-Id: I66d6db7b3ed9cca50b469d125b36224332e06913