diff --git a/examples/example1.py b/examples/example1.py index dac163954..094906e12 100644 --- a/examples/example1.py +++ b/examples/example1.py @@ -96,7 +96,7 @@ def init_gui(self): image.align(lv.ALIGN.CENTER, 0, 0) image_dsc = lv.image_dsc_t( { - "header": {"always_zero": 0, "w": 100, "h": 75, "cf": lv.COLOR_FORMAT.NATIVE}, + "header": {"w": 100, "h": 75, "cf": lv.COLOR_FORMAT.NATIVE}, "data_size": len(image_data), "data": image_data, }