You do not have permission to edit this page, for the following reason:
The action you have requested is limited to users in one of the groups: Users, Administrators.
Free text:
{{lowercase title}} This plugin will show a blinking low battery indicator. It works by hooking the <code>sceDisplay</code> syscall and patching <code>sceDisplaySetFrameBuffer()</code>, 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 == Put battery_icon.prx and battery_icon.ini in the seplugins directory on your PSP Memory Stick. === On ARK === Open PLUGINS.txt in the same seplugins folder and append this line to the text file: all, ms0:/seplugins/battery_icon.prx, on For PSP Go, add this line instead: all, ef0:/seplugins/battery_icon.prx, on Reboot your PSP to take effect. === Other CFW === Open game.txt, vsh.txt, pops.txt in the same seplugins folder and append this line to the text files: ms0:/seplugins/battery_icon.prx 1 For PSP Go, add this line instead to the text files: ef0:/seplugins/battery_icon.prx 1 Reboot your PSP to take effect. == Screenshots == https://dlhb.gamebrew.org/psphomebrew/images/batteryiconpsp2.png == 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: * [https://github.com/pspdev/pspsdk PSPSDK] sample projects. * [https://github.com/ErikPshat/PSP-HUD PSP-HUD] * [https://github.com/PSP-Archive/Brightness-Control Brightness-Control] * [https://github.com/PSP-Archive/ARK-4/blob/main/extras/menus/vshmenu/ ARK-4 VSH Menu] * [https://github.com/pebeto/missyhud.prx Missyhud.prx] * [https://github.com/Operation-DITTO/ctrlHook ctrlHook] Documentation: * [https://pspdev.github.io/pspsdk/index.html PSPSDK] * [https://spenon-dev.github.io/PSPLibDoc/ PSPLibDoc] * [https://psdevwiki.com/pspprxlibraries/ PSP Dev Wiki] (source from the [https://github.com/mathieulh/PSP-PRX-Libraries-Documentation-Project PSP-PRX-Libraries-Documentation-Project]) Thanks to: * [https://www.gamebrew.org/wiki/Category:PSP_plugins Gamebrew] for being my starting point. * uOFW Team for the hooking libraries (see [https://github.com/nuxa17/battery_icon/blob/main/LICENSE_uOFW LICENSE_uOFW]). * PSP Homebrew Community [https://discord.com/channels/479828644970364928/479828708803477505/479829773477216256 Discord] for helping out. * Everyone who makes homebrew possible! == External links == * GitHub - https://github.com/nuxa17/battery_icon
Advertising: