mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
[GH-ISSUE #118] Convert purchase and inventory screens to narrow DMA (32 bytes) #93
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pkali on GitHub (Aug 14, 2022).
Original GitHub issue: https://github.com/pkali/scorch_src/issues/118
It would take less memory and make multiplication by 40 unnecessary.
Currently, these screens use 33 (sic!) bytes of memory, so moving it a bit is very possible.