-
-
Notifications
You must be signed in to change notification settings - Fork 211
Open
Description
After updating to 0.26.2, i noticed that the bitmaps generated for I2 and A2 formats are no longer generator the same.
For the same image the stride length has increased and completely changed the indexed colours
This may have happened after transferring from the python script to the new one?
I4 and A4 seem to work as expected
To Reproduce
- Use a version of EEZStudio before the transition away from the image convertor python script
- create a project
- set
Image Export ModetoSource Code - import a PNG
- set colour format to I2/A2
- build
- observe generated c file
- Update to 0.26.2
- Open same project
- build
- observe newly generate c file
- you'll notice stride length is increased, the array size is also increased and the colours are now wrong
Expected behavior
Same data size, same stride length, same colour, regardless of EEZStudio version
Screenshots
Desktop (please complete the following information):
Windows 11
LVGL version (if used)
Same outcome on 9.2.2, 9.3.0, 9.4.0
Reactions are currently unavailable