MarlinFirmware / Configurations

Configurations for Marlin Firmware
https://marlinfw.org
GNU General Public License v3.0
1.98k stars 3.33k forks source link

✨ COMPACT_CUSTOM_BOOTSCREEN #989

Closed thinkyhead closed 7 months ago

thinkyhead commented 7 months ago

Add compressed bitmaps to _Bootscreen.h using the RLE method added in MarlinFirmware/Marlin#26419. This will allow some Melzi-based configurations to build which have started to overflow due to increase in Marlin build size. Since decompression code also has a cost in flash space, bootscreens must shrink by 230 bytes or more to actually save space.