Actions
Feature #849
closedSwitch to color icons on TFT displays
Status:
Closed
Priority:
Immediate
Assignee:
Category:
04 - Applications
Target version:
Start date:
25 Jul 2021
Due date:
% Done:
100%
Estimated time:
Severity:
03 - Medium
Description
The flat, colorless icons that are not the splash icons on large HDMI displays are rather bland on the TFT display. I need to change these to use the color splash icons to light up the UI on TFTs.
Updated by Hammel about 3 years ago
Launcher changes required to support color icons.
- Add cli flag CLI_TFT
- Set CLI_TFT if (piboxGetDisplayType() == PIBOX_TFT)
- launcher.c:draw_icon() should use appEntry->splash if non-null if CLI_TFT is set
Updated by Hammel about 3 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Code implemented, tested on hardware (with pisentry), committed and pushed.
Closing issue.
Actions