summaryrefslogtreecommitdiffstats
path: root/gui/devices/320x320/res/images/cursor.png (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gui: remove old unmaintained 2.x themethat2017-01-181-0/+0
| | | | Change-Id: I1181307989c7478ac6b84bf77732ee5dcff52ed1
* Optimize and reduce size of PNG filesJames Christopher Adduono2016-08-041-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
* Scale the GUI to fit the screenEthan Yonker2015-02-101-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