Back
bitmap-printer
by HookedBehemoth
|
Version | 1.3.0e |
Zip size | 19 KiB |
License | n/a |
Updated | 10/10/2024 |
Downloads | 1,579 |
MD5 | 9a228548e66f0e0cf46174d4712e5ac0 |
App Details
This system module captures the capture button event and instead of saving a compressed (jpeg) image on the sd card it stores an uncompressed RGB bitmap on the sd card.
Why does it need patches?
The IPC calls I use are caps:sc 1201-1203 that check a flag for debug mode. The patch makes the function call always return true.
Works on HOS versions 3.0.0-15.0.0 (2022.10.13).
Changelog
1.3.0e
Patch for 19.0.0.1080
Fix warning about ptr arithmetic with void*
1.3.0d
add 18.0.0.1060 patch by @CosmicCurator in #22
1.3.0c
add 16.0.0.1040 patch in #16
add 17.0.0.960 patch by @CosmicCurator in #18
1.3.0b
add 15.0.0.1120 patch
1.3.0
Improve performance slightly
1.2.0
Fix usage if launched with boot2 flag (lol)
Cleanup to reduce memory footprint
This now uses 0x1f000 (~130 000) bytes (last version 0x3f000 (~258 000) bytes)
1.1.6
added the patch for firmware 11.0.0
1.1.4
-Reduced fs session usage by two
-This could have caused issues with users that used too many other sys-modules
1.1.3
Now renames files to time of creation ( YYYY-MM-DD_hh-mm-ss.bmp)
1.1.2
All currently available system versions were tested and confirmed working.