Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove unused pointer to DisplayApp member variables (InfiniTimeOrg#2125) In the screens that use `DisplayApp *app` and pass it to a child item, or use the reference just in the constructor. Afterwards the `app` member is not used. So remove it from the private member variables. Completely remove `app` parameter from `SettingDisplay` constructor as it is unused. * MusicService: add missing includes for TickType_t and xTaskGetTickCount (InfiniTimeOrg#2130) Add `FreeRTOS.h` include for the directly used data type `TickType_t` in the header and the function `xTaskGetTickCount` from FreeRTOS's `task.h` * BatteryIcon: Change color with charge percentage --------- Co-authored-by: NeroBurner <[email protected]> Co-authored-by: Victor Kareh <[email protected]>
- Loading branch information