Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-10-14 | display cpu temperature in twrp | Jenkins | 1 | -1/+10 | |
use TW_NO_CPU_TEMP := true to disable display use TW_CPU_CUSTOM_PATH := path to set custom path Change-Id: Id260ecbb4ec36a78442387329944f67003d0f6a0 | |||||
2014-10-14 | Add support for TrueType fonts | Vojtech Bocek | 1 | -3/+3 | |
* Keeps original font system in place * Uses the same API as original font system: - You can render only one line at a time - You can only use one font and color for one gr_text* call * Caches all rendered text, with a string cache limited to 400 entries, then it trucates to 250, which results in memory usage hovering around 5-10MB Change-Id: I36107b9dcd8d57bae4486fce8b8f64e49ef3d906 Signed-off-by: Vojtech Bocek <vbocek@gmail.com> | |||||
2014-08-04 | Add 280x280 theme | Ethan Yonker | 34 | -0/+406 | |
Change-Id: Iea2fac2f1b300c312819ea2d83e1762669d357b6 |