Bug #1232
closedstatus apps and network icon are not showing up in Launcher
100%
Description
It might be that the text needs to be done first because it translates the cairo_t* which might be moving the icons off screen.
So try drawing the text for time/date first, then do the icons for apps and network.
Updated by Hammel about 1 month ago
- Status changed from New to In Progress
- % Done changed from 0 to 50
Launcher is updated with the status bar broke into two widgets. Xeon should work too since it just has icons and no data/time area.
Code compiles. Needs to be tested on hardware.
Updated by Hammel about 1 month ago
Fixed - the timer_exec that updates the time field needs to pass in the statusAreaL widget and the user data of DATETIME. With that, the kiosk is working properly again.
Need to test on- Ironman - where the problem was originally identified
- Media - covers most other systems
- PiSentry - covers TFT displays. This might need to make the text smaller for the time field as it might extend past the 1/2 way point.
Updated by Hammel about 1 month ago
Works in PiSentry but the text is just slightly too large. Need to bump it down a teeny bit so it doesn't expand beyond the edge of the widget.
Updated by Hammel about 1 month ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
Text size fixed. Code committed and pushed.
Closing issue.