More actions
(Created page with "{{Infobox PSP Homebrews |title=battery_icon |image=batteryiconpsp.png |description=Shows a blinking indicator when the battery is low. |author=nuxa17 |lastupdated=2024/10/12 |type=Plugins |format= |version=1.0 |license=Mixed |download=https://dlhb.gamebrew.org/psphomebrew/battery_icon1.0.zip |website=https://github.com/nuxa17/battery_icon |source=https://github.com/nuxa17/battery_icon }}{{lowercase title}} This plugin will show a blinking low battery indicat...") |
No edit summary |
||
Line 18: | Line 18: | ||
== Installation == | == Installation == | ||
For ARK-4 users, place the plugin under ms0:/seplugins/. Then insert the path in your PLUGINS.txt. | |||
== Screenshots == | == Screenshots == |
Revision as of 08:56, 13 October 2024
battery_icon | |
---|---|
General | |
Author | nuxa17 |
Type | Plugins |
Version | 1.0 |
License | Mixed |
Last Updated | 2024/10/12 |
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
For ARK-4 users, place the plugin under ms0:/seplugins/. Then insert the path in your PLUGINS.txt.
Screenshots
Changelog
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!