MarlinFirmware / MarlinDocumentation

Marlin Firmware Documentation Project
https://marlinfw.org
GNU General Public License v3.0
366 stars 764 forks source link

add Compact data option to bitmap converter #549

Open ellensp opened 3 months ago

ellensp commented 3 months ago

Added a new option "Compact".

This adds the custom_start_bmp_rle data to the generated .h file

Converted function bitwise_rle_encode from rle_compress_bitmap.py to JavaScript and integrated it into the marlin bitmap converter.

NOTE. The Compact option is only visible when you have Marlin 2.x and boot selected eg

selection

An example of the end of the output example

Related

  • MarlinFirmware/Marlin/pull/26419