[image] Fix rodata bloat for multi-frame RGB565+alpha animations (#15873)

This commit is contained in:
Jonathan Swoboda
2026-04-23 11:18:39 +12:00
committed by Jesse Hills
parent dc5b06285d
commit 06e5931ad7
+1 -1
View File
@@ -756,7 +756,7 @@ async def write_image(config, all_frames=False):
for col in range(width):
encoder.encode(pixels[row * width + col])
encoder.end_row()
encoder.end_image()
encoder.end_image()
rhs = [HexInt(x) for x in encoder.data]
prog_arr = cg.progmem_array(config[CONF_RAW_DATA_ID], rhs)