More actions
(got it working, fix typo) |
No edit summary |
||
Line 4: | Line 4: | ||
|description=Shows a blinking indicator when the battery is low. | |description=Shows a blinking indicator when the battery is low. | ||
|author=nuxa17 | |author=nuxa17 | ||
|lastupdated=2024/10/ | |lastupdated=2024/10/18 | ||
|type=Plugins | |type=Plugins | ||
|format= | |format= | ||
|version=1. | |version=1.1 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/psphomebrew/ | |download=https://dlhb.gamebrew.org/psphomebrew/batteryiconpsp.7z | ||
|website=https://github.com/nuxa17/battery_icon | |website=https://github.com/nuxa17/battery_icon | ||
|source=https://github.com/nuxa17/battery_icon | |source=https://github.com/nuxa17/battery_icon | ||
Line 30: | Line 30: | ||
== Changelog == | == Changelog == | ||
'''v1.1''' | |||
* Added options for resizing the icon (not the best scaling). | |||
* Added options for changing the position of the icon. | |||
* Various fixes. | |||
'''v1.0''' | '''v1.0''' | ||
* First release. | * First release. |
Revision as of 11:44, 19 October 2024
battery_icon | |
---|---|
General | |
Author | nuxa17 |
Type | Plugins |
Version | 1.1 |
License | Mixed |
Last Updated | 2024/10/18 |
Links | |
Download | |
Website | |
Source | |
This plugin will show a blinking low battery indicator. It works by hooking the sceDisplay
syscall and patching sceDisplaySetFrameBuffer()
, instead of simply modifying the content of the buffer (flickering may show up).
It was made as an exercise for learning how to use PSPSDK, as well as a way to practice C.
Installation
Copy the battery_icon.prx to ms0:/seplugins/.
Edit game.txt, vsh.txt, pop.txt and add the following line
ms0:/seplugins/battery_icon.prx
Enable the plugin from the Recovery Menu and restart the device.
For ARK-4 users, place the plugin under ms0:/seplugins/. Then add the path in your PLUGINS.txt.
Screenshots
Changelog
v1.1
- Added options for resizing the icon (not the best scaling).
- Added options for changing the position of the icon.
- Various fixes.
v1.0
- First release.
Credits
Cool projects used for research:
- PSPSDK sample projects.
- PSP-HUD
- Brightness-Control
- ARK-4 VSH Menu
- Missyhud.prx
- ctrlHook
Documentation:
- PSPSDK
- PSPLibDoc
- PSP Dev Wiki (source from the PSP-PRX-Libraries-Documentation-Project)
Thanks to:
- Gamebrew for being my starting point.
- uOFW Team for the hooking libraries (see LICENSE_uOFW).
- PSP Homebrew Community Discord for helping out.
- Everyone who makes homebrew possible!