|
wallpaper for prime +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (https://www.hpmuseum.org/forum/forum-3.html) +--- Forum: HP Prime (https://www.hpmuseum.org/forum/forum-5.html) +--- Thread: wallpaper for prime (/thread-25170.html) |
wallpaper for prime - DinDongJI - 2026-06-18 12:07 A simple wallpaper loader Put your favorite image on your calculator as a wallpaper Requirements: - G1 only - 320x240 PNG image renamed to "bg.png" (and optionally "box.png" for overlay effects) - Backdoor by NatsukiMin must be installed first (link to thread) Uninstallation: Simply restart your calculator to restore everything. Note: This program uses a backdoor exploit, so use at your own risk. RE: wallpaper for prime - SQY - 2026-06-21 22:07 (2026-06-18, 12:07)DinDongJI Wrote: A simple wallpaper loader In fact, not all png images can be used directly. To save time,follow these steps: Code: G1 := AFiles("yourImage"); AFiles("bg.png") := G1; |